org.eclipse.birt.chart.event
Class BlockGenerationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.eclipse.birt.chart.event.ChartEvent
          extended byorg.eclipse.birt.chart.event.BlockGenerationEvent
All Implemented Interfaces:
java.io.Serializable

public class BlockGenerationEvent
extends ChartEvent

BlockGenerationEvent

See Also:
Serialized Form

Constructor Summary
BlockGenerationEvent(java.lang.Object oSource)
           
 
Method Summary
 void reset()
           
 void updateBlock(Block bl)
           
 
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

BlockGenerationEvent

public BlockGenerationEvent(java.lang.Object oSource)
Parameters:
oSource -
Method Detail

updateBlock

public final void updateBlock(Block bl)
Parameters:
bl -

reset

public void reset()
Specified by:
reset in class ChartEvent


Copyright © 2005 Actuate Corp. All rights reserved.