public class FocusTriggerEvent extends TriggerEvent
Modifier and Type | Field and Description |
---|---|
static FocusTriggerEvent |
GAINED
Event fired when Component receives focus
|
static FocusTriggerEvent |
LOST
Event fired when Component loses focus
|
Modifier and Type | Method and Description |
---|---|
TriggerEvent |
getOppositeEvent()
This method finds the opposite of the current event.: GAINED -> LOST and LOST
-> GAINED.
|
toString
public static final FocusTriggerEvent GAINED
public static final FocusTriggerEvent LOST
public TriggerEvent getOppositeEvent()
getOppositeEvent
in class TriggerEvent