|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.mud.jta.event.FocusStatus
public class FocusStatus
Notify all listeners that a component has got the input focus.
Maintainer: Matthias L. Jugel
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 |
---|
protected Plugin plugin
protected java.awt.event.FocusEvent event
Constructor Detail |
---|
public FocusStatus(Plugin plugin, java.awt.event.FocusEvent event)
Method Detail |
---|
public java.lang.Object firePluginMessage(PluginListener pl)
firePluginMessage
in interface PluginMessage
pl
- the list of plugin message listeners
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |