Package io.jmix.core.common.event
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 TypeMethodDescriptionvoid
remove()
Removes the associated listener from the event source.
-
Method Details
-
remove
void remove()Removes the associated listener from the event source.
-