Module technology.sola.engine
Interface GuiEventSubscription
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
GuiEventSubscription is the handle to the event subscriber when it is registered to a
GuiEventListenerList
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Removes theGuiEventListener
from theGuiEventListenerList
when called.
-
Method Details
-
unsubscribe
void unsubscribe()Removes theGuiEventListener
from theGuiEventListenerList
when called.
-