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