de.mud.jta.event

Class FocusStatus

Implemented Interfaces:
PluginMessage

public class FocusStatus
extends java.lang.Object
implements PluginMessage

Notify all listeners that a component has got the input focus.

Maintainer: Matthias L. Jugel

Version:
$Id: FocusStatus.java 499 2005-09-29 08:24:54Z leo $
Author:
Matthias L. Jugel, Marcus Mei???ner

Field Summary

protected FocusEvent
event
protected Plugin
plugin

Constructor Summary

FocusStatus(Plugin plugin, FocusEvent event)
Create a new online status message with the specified value.

Method Summary

Object
firePluginMessage(PluginListener pl)
Notify the listers about the focus status of the sending component.

Field Details

event

protected FocusEvent event

plugin

protected Plugin plugin

Constructor Details

FocusStatus

public FocusStatus(Plugin plugin,
                   FocusEvent event)
Create a new online status message with the specified value.

Method Details

firePluginMessage

public Object firePluginMessage(PluginListener pl)
Notify the listers about the focus status of the sending component.
Specified by:
firePluginMessage in interface PluginMessage
Parameters:
pl - the list of plugin message listeners
Returns:
null