de.mud.jta.event
Interface FocusStatusListener
- All Superinterfaces:
- PluginListener
- public interface FocusStatusListener
- extends PluginListener
This is the interface for a focus status listener.
Maintainer: Matthias L. Jugel
- Version:
- $Id: FocusStatusListener.java,v 1.4 2002/05/06 07:24:20 leo Exp $
- Author:
- Matthias L. Jugel, Marcus Meißner
pluginGainedFocus
public void pluginGainedFocus(Plugin plugin)
- Called if a plugin gained the input focus.
pluginLostFocus
public void pluginLostFocus(Plugin plugin)
- Called if a plugin lost the input focus.