Chart FX 7 for Java Server

com.softwarefx.chartfx.server.annotation
Class AnnotationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.softwarefx.chartfx.server.annotation.AnnotationEvent
All Implemented Interfaces:
Serializable

public class AnnotationEvent
extends EventObject

Provides access to the AnnotationEvent object.

The supported members of the AnnotationEvent Class are available for any event handler that receives a AnnotationEvent.

See Also:
Serialized Form

Constructor Summary
AnnotationEvent()
           
 
Method Summary
 AnnotationObject getObject()
          Gets the Annotation Object which was referenced by the event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationEvent

public AnnotationEvent()
Method Detail

getObject

public AnnotationObject getObject()

Gets the Annotation Object which was referenced by the event.


http://www.softwarefx.com

2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.