de.mud.jta.event
Class FocusStatus

java.lang.Object
  extended by de.mud.jta.event.FocusStatus
All 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  java.awt.event.FocusEvent event
           
protected  Plugin plugin
           
 
Constructor Summary
FocusStatus(Plugin plugin, java.awt.event.FocusEvent event)
          Create a new online status message with the specified value.
 
Method Summary
 java.lang.Object firePluginMessage(PluginListener pl)
          Notify the listers about the focus status of the sending component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin

protected Plugin plugin

event

protected java.awt.event.FocusEvent event
Constructor Detail

FocusStatus

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

Method Detail

firePluginMessage

public java.lang.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