Package io.jmix.core.common.event.sys
Class VoidSubscription
java.lang.Object
io.jmix.core.common.event.sys.VoidSubscription
- All Implemented Interfaces:
- Subscription
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidremove()Removes the associated listener from the event source.
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
VoidSubscriptionpublic VoidSubscription()
 
- 
- 
Method Details- 
removepublic void remove()Description copied from interface:SubscriptionRemoves the associated listener from the event source.- Specified by:
- removein interface- Subscription
 
 
-