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