Class EventHub.SubscriptionImpl<E>

java.lang.Object
io.jmix.core.common.event.EventHub.SubscriptionImpl<E>
All Implemented Interfaces:
Subscription
Enclosing class:
EventHub

protected static class EventHub.SubscriptionImpl<E> extends Object implements Subscription
  • Constructor Details

  • Method Details

    • remove

      public void remove()
      Description copied from interface: Subscription
      Removes the associated listener from the event source.
      Specified by:
      remove in interface Subscription