Package org.eclipse.birt.chart.event
Class ChartEvent
java.lang.Object
java.util.EventObject
org.eclipse.birt.chart.event.ChartEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BlockGenerationEvent
,InteractionEvent
,PrimitiveRenderEvent
,StructureChangeEvent
Base Abstract class for various Chart Events: Primitive render events,
interaction events, structure change events
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
reset()
Resets the inner state of current event.void
setSourceObject
(Object oSource) Sets the source object of current event.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ChartEvent
The constructor.
-
-
Method Details
-
reset
public abstract void reset()Resets the inner state of current event. This must be implemented if the object is cached and reused. -
setSourceObject
Sets the source object of current event.- Parameters:
oSource
-
-