de.mud.jta.event
public interface FocusStatusListener extends PluginListener
Maintainer: Matthias L. Jugel
| Modifier and Type | Method and Description |
|---|---|
void |
pluginGainedFocus(Plugin plugin)
Called if a plugin gained the input focus.
|
void |
pluginLostFocus(Plugin plugin)
Called if a plugin lost the input focus.
|