de.mud.jta.event
Interface ReturnFocusListener
- All Superinterfaces:
- PluginListener
- public interface ReturnFocusListener
- extends PluginListener
This interface should be used by plugins who would like to be notified
about the return of the focus from another plugin.
Implemented after a suggestion by Dave <david@mirrabooka.com>
Maintainer: Matthias L. Jugel
- Version:
- $Id: ReturnFocusListener.java,v 1.4 2002/05/06 07:24:20 leo Exp $
- Author:
- Matthias L. Jugel, Marcus Meißner
Method Summary |
void |
returnFocus()
Called if the end of return focus message is sent. |
returnFocus
public void returnFocus()
- Called if the end of return focus message is sent.