com.objex.panywhere
Class SubtextEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.objex.panywhere.SubtextEvent
All Implemented Interfaces:
java.io.Serializable

public class SubtextEvent
extends java.util.EventObject

This events is fired everytime there is a change in the SubtextLegend.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SubtextEvent(SubtextLegendItem aItem, java.lang.Object aSource)
          Creates a new instance of SubtextEvent
 
Method Summary
 SubtextLegendItem getLegendItem()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubtextEvent

public SubtextEvent(SubtextLegendItem aItem,
                    java.lang.Object aSource)
Creates a new instance of SubtextEvent

Parameters:
aItem - The subtext legend item for which the event was fired
aSource - The source of the event object
Method Detail

getLegendItem

public SubtextLegendItem getLegendItem()
Returns:
The SubtextLegendItem for which this event was fired