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