com.gomjabbar.graph.swing
Class GraphSelectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.gomjabbar.graph.swing.GraphSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class GraphSelectionEvent
extends java.util.EventObject

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected GraphSelectionEvent(java.lang.Object source, boolean selected)
           
 
Method Summary
 java.lang.Object getSource()
           
 boolean isSelected()
           
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphSelectionEvent

protected GraphSelectionEvent(java.lang.Object source,
                              boolean selected)
Method Detail

isSelected

public boolean isSelected()

getSource

public java.lang.Object getSource()
Overrides:
getSource in class java.util.EventObject