public interface WindowRefreshEventListener extends EventListener<WindowRefreshEvent>
Modifier and Type | Method and Description |
---|---|
void |
process(WindowRefreshEvent event)
Used to handle specific event.
|
void process(WindowRefreshEvent event)
EventListener
process
in interface EventListener<WindowRefreshEvent>
event
- event to handle.