|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.eclipse.birt.chart.event.ChartEvent
org.eclipse.birt.chart.event.BlockGenerationEvent
public class BlockGenerationEvent
An event type for block generation.
Constructor Summary | |
---|---|
BlockGenerationEvent(java.lang.Object oSource)
The constructor. |
Method Summary | |
---|---|
void |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BlockGenerationEvent(java.lang.Object oSource)
Method Detail |
---|
public void updateBlock(Block bl)
bl
- public void reset()
ChartEvent
reset
in class ChartEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |