public class SelectBoxFocusListener extends java.lang.Object implements FocusEventListener
Constructor and Description |
---|
SelectBoxFocusListener(SelectBox selectBox) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
void |
process(FocusEvent event)
Used to handle
FocusEvent . |
public SelectBoxFocusListener(SelectBox selectBox)
public void process(FocusEvent event)
FocusEventListener
FocusEvent
.process
in interface EventListener<FocusEvent>
process
in interface FocusEventListener
event
- event to handle.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object