Chart FX 7 for Java Server

com.softwarefx.chartfx.server.annotation
Class AnnotationCommandEvent

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

public class AnnotationCommandEvent
extends EventObject

Provides access to the AnnotationCommandEvent object.

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

See Also:
Serialized Form

Constructor Summary
AnnotationCommandEvent()
           
 
Method Summary
 int getID()
          Gets the ID of the Command that caused this event.
 boolean isHandled()
          Gets the Handled.
 void setHandled(boolean value)
          Allows you to specify if you would like Chart FX to perform its default processing or not.
 
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

AnnotationCommandEvent

public AnnotationCommandEvent()
Method Detail

getID

public int getID()

Gets the ID of the Command that caused this event.


isHandled

public boolean isHandled()

Gets the Handled. For more detail see setHandled(boolean).


setHandled

public void setHandled(boolean value)

Allows you to specify if you would like Chart FX to perform its default processing or not.


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.