rangesearch
Class ToolChangedEvent

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

public class ToolChangedEvent
extends java.util.EventObject

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

See Also:
Serialized Form

Field Summary
protected  int m_toolMode
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 int getToolMode()
          Returns the new tool mode.
 
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_toolMode

protected int m_toolMode
Method Detail

getToolMode

public int getToolMode()
Returns the new tool mode.