uci.gef.event
Class ModeChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--uci.gef.event.ModeChangeEvent

public class ModeChangeEvent
extends EventObject

An event object that contains information about the current selection(s) in an Editor. These events are sent to registered GraphSelectionListeners whenever the Editor's selection changes.

See Also:
ModeChangeListener, Editor, SelectionManager, Serialized Form

Field Summary
protected  Vector _modes
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ModeChangeEvent(Object src, Vector modes)
           
 
Method Summary
 Vector getModes()
           
 
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

_modes

protected Vector _modes
Constructor Detail

ModeChangeEvent

public ModeChangeEvent(Object src,
                       Vector modes)
Method Detail

getModes

public Vector getModes()