de.mud.jta.event

Class ReturnFocusRequest

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

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

Constructor Details

ReturnFocusRequest

public ReturnFocusRequest()
Create a new return focus request.

Method Details

firePluginMessage

public 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