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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidremove()Removes the associated listener from the event source.
- 
Constructor Details- 
SubscriptionImpl
 
- 
- 
Method Details- 
removepublic void remove()Description copied from interface:SubscriptionRemoves the associated listener from the event source.- Specified by:
- removein interface- Subscription
 
 
-