org.openbp.jaspira.plugins.statusbar
Class StatusBarTextEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.openbp.jaspira.event.JaspiraEvent
          extended by org.openbp.jaspira.plugins.statusbar.StatusBarTextEvent
All Implemented Interfaces:
java.io.Serializable

public class StatusBarTextEvent
extends JaspiraEvent

This event is used to display a text in a status bar plugin.

Author:
Jens Ferchland
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openbp.jaspira.event.JaspiraEvent
CONSUMED, HANDELED, STACKABLE, TYPE_BOTTOM_UP, TYPE_DIRECT, TYPE_FLOOD, TYPE_GLOBAL, UNCONSUMABLE
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StatusBarTextEvent(Plugin plugin, java.lang.String text)
          Constructor.
 
Method Summary
 java.lang.String getText()
          Gets the text to display.
 
Methods inherited from class org.openbp.jaspira.event.JaspiraEvent
brand, getBrand, getEventGroup, getEventName, getFlags, getLevel, getObject, getOriginalEvent, getSourcePlugin, getTargetClassName, getTargetPluginId, getType, isConsumed, isStackable, isUnconsumable, setObject, setTargetClassName, setTargetPluginId, toString, updateFlags, updateFlags
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatusBarTextEvent

public StatusBarTextEvent(Plugin plugin,
                          java.lang.String text)
Constructor.

Parameters:
plugin - Source plugin
text - Text to display
Method Detail

getText

public java.lang.String getText()
Gets the text to display.



Copyright © 2011. All Rights Reserved.