Package io.jmix.core.common.event.sys
Class VoidSubscription
java.lang.Object
io.jmix.core.common.event.sys.VoidSubscription
- All Implemented Interfaces:
Subscription
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
remove()
Removes the associated listener from the event source.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
VoidSubscription
public VoidSubscription()
-
-
Method Details
-
remove
public void remove()Description copied from interface:Subscription
Removes the associated listener from the event source.- Specified by:
remove
in interfaceSubscription
-