com.odesys.chart
Class ModelChangedEvent

java.lang.Object
  |
  +--com.odesys.chart.ModelChangedEvent

public class ModelChangedEvent
extends java.lang.Object

ModelChangedEvent is fired by the ChartModels to notify their listeners of changes in the model.


Constructor Summary
ModelChangedEvent(int hint)
          Creates a new ModelChangedEvent instance with the specified hint.
 
Method Summary
 int getHint()
          Gets the hint of this ModelChangedEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelChangedEvent

public ModelChangedEvent(int hint)
Creates a new ModelChangedEvent instance with the specified hint. There are common hints, but they also may chart specific.
Method Detail

getHint

public int getHint()
Gets the hint of this ModelChangedEvent. The hint is used to optimize the drawing.