Package io.jmix.core.common.event
Class EventHub.SubscriptionImpl<E>
java.lang.Object
io.jmix.core.common.event.EventHub.SubscriptionImpl<E>
- All Implemented Interfaces:
Subscription
- Enclosing class:
- EventHub
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
remove()
Removes the associated listener from the event source.
-
Constructor Details
-
SubscriptionImpl
-
-
Method Details
-
remove
public void remove()Description copied from interface:Subscription
Removes the associated listener from the event source.- Specified by:
remove
in interfaceSubscription
-