scratch.scott.event
Class GraphEvent

java.lang.Object
  extended by java.util.EventObject
      extended by scratch.scott.event.GraphEvent
All Implemented Interfaces:
Serializable

public class GraphEvent
extends EventObject

Author:
Scott White
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GraphEvent(GraphEventType eventType, UserDataContainer graphElement)
           
 
Method Summary
 GraphEventType getEventType()
           
 ArchetypeGraph getGraph()
           
 UserDataContainer getGraphElement()
           
 
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
 

Constructor Detail

GraphEvent

public GraphEvent(GraphEventType eventType,
                  UserDataContainer graphElement)
Method Detail

getEventType

public GraphEventType getEventType()

getGraphElement

public UserDataContainer getGraphElement()

getGraph

public ArchetypeGraph getGraph()