Package com.spinyowl.legui.listener
Interface WindowCloseEventListener
- All Superinterfaces:
EventListener<WindowCloseEvent>
The listener interface that used to handle
WindowCloseEvent.-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(WindowCloseEvent event) Used to handleWindowCloseEvent.
-
Method Details
-
process
Used to handleWindowCloseEvent.- Specified by:
processin interfaceEventListener<WindowCloseEvent>- Parameters:
event- event to handle.
-