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