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 TypeMethodDescriptionvoidRemoves theGuiEventListenerfrom theGuiEventListenerListwhen called.
-
Method Details
-
unsubscribe
void unsubscribe()Removes theGuiEventListenerfrom theGuiEventListenerListwhen called.
-