Constructor and Description |
---|
FocusObserver()
Construct a new observer.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
onFocusGained(WindowId token)
Called when one of the monitored windows gains input focus.
|
abstract void |
onFocusLost(WindowId token)
Called when one of the monitored windows loses input focus.
|