org.eclipse.birt.chart.event
Class BlockGenerationEvent

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

public class BlockGenerationEvent
extends ChartEvent

An event type for block generation.

See Also:
Serialized Form

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

BlockGenerationEvent

public BlockGenerationEvent(java.lang.Object oSource)
The constructor.

Method Detail

updateBlock

public void updateBlock(Block bl)
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 class ChartEvent


Copyright © 2005-2008 Actuate Corp. All rights reserved.