Package org.eclipse.birt.chart.event
Class BlockGenerationEvent
java.lang.Object
java.util.EventObject
org.eclipse.birt.chart.event.ChartEvent
org.eclipse.birt.chart.event.BlockGenerationEvent
- All Implemented Interfaces:
Serializable
An event type for block generation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
reset()
Resets the inner state of current event.void
updateBlock
(Block bl) Updates the associated block object.Methods inherited from class org.eclipse.birt.chart.event.ChartEvent
setSourceObject
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
BlockGenerationEvent
The constructor.
-
-
Method Details
-
updateBlock
Updates the associated block object.- Parameters:
bl
-
-
reset
public void reset()Description copied from class:ChartEvent
Resets the inner state of current event. This must be implemented if the object is cached and reused.- Specified by:
reset
in classChartEvent
-