Package com.spinyowl.legui.listener
Interface WindowRefreshEventListener
- All Superinterfaces:
EventListener<WindowRefreshEvent>
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(WindowRefreshEvent event) Used to handle specific event.
-
Method Details
-
process
Description copied from interface:EventListenerUsed to handle specific event.- Specified by:
processin interfaceEventListener<WindowRefreshEvent>- Parameters:
event- event to handle.
-