de.mud.jta.event
Class ReturnFocusRequest

java.lang.Object
  extended by de.mud.jta.event.ReturnFocusRequest
All Implemented Interfaces:
PluginMessage

public class ReturnFocusRequest
extends java.lang.Object
implements PluginMessage

Notify listeners that the focus is to be returned to whoever wants it.

Implemented after a suggestion by Dave <david@mirrabooka.com>

Maintainer: Matthias L. Jugel

Author:
Matthias L. Jugel, Marcus Mei???ner

Constructor Summary
ReturnFocusRequest()
          Create a new return focus request.
 
Method Summary
 java.lang.Object firePluginMessage(PluginListener pl)
          Notify all listeners about return focus message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnFocusRequest

public ReturnFocusRequest()
Create a new return focus request.

Method Detail

firePluginMessage

public java.lang.Object firePluginMessage(PluginListener pl)
Notify all listeners about return focus message.

Specified by:
firePluginMessage in interface PluginMessage
Parameters:
pl - the list of plugin message listeners
Returns:
always null