rangesearch
Class ModelChangedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byrangesearch.ModelChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class ModelChangedEvent
extends java.util.EventObject

An event that is fired when the current tool mode changes in a RangeView.

See Also:
Serialized Form

Field Summary
static int ALL_CHANGED
           
protected  int m_changed
           
static int POINTS_CHANGED
           
static int RANGE_CHANGED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ModelChangedEvent(java.lang.Object source, int changed)
           
 
Method Summary
 int getReason()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_changed

protected int m_changed

ALL_CHANGED

public static final int ALL_CHANGED
See Also:
Constant Field Values

POINTS_CHANGED

public static final int POINTS_CHANGED
See Also:
Constant Field Values

RANGE_CHANGED

public static final int RANGE_CHANGED
See Also:
Constant Field Values
Constructor Detail

ModelChangedEvent

public ModelChangedEvent(java.lang.Object source,
                         int changed)
Method Detail

getReason

public int getReason()