org.eclipse.birt.chart.event
Class ChartEvent
java.lang.Object
java.util.EventObject
org.eclipse.birt.chart.event.ChartEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BlockGenerationEvent, InteractionEvent, PrimitiveRenderEvent, StructureChangeEvent
public abstract class ChartEvent
- extends java.util.EventObject
Base Abstract class for various Chart Events: Primitive render events,
interaction events, structure change events
- See Also:
EventObjectCache
,
Serialized Form
Constructor Summary |
ChartEvent(java.lang.Object source)
The constructor. |
Method Summary |
abstract void |
reset()
Resets the inner state of current event. |
void |
setSourceObject(java.lang.Object oSource)
Sets the source object of current 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 |
ChartEvent
public ChartEvent(java.lang.Object source)
- The constructor.
reset
public abstract void reset()
- Resets the inner state of current event. This must be implemented if the
object is cached and reused.
setSourceObject
public void setSourceObject(java.lang.Object oSource)
- Sets the source object of current event.
- Parameters:
oSource
-
Copyright © 2005-2008 Actuate Corp. All rights reserved.