Interface Subscription

All Known Implementing Classes:
EventHub.SubscriptionImpl, VoidSubscription

public interface Subscription
A registration object for removing an event listener added to a source.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Removes the associated listener from the event source.
  • Method Details

    • remove

      void remove()
      Removes the associated listener from the event source.