Class AbstractEvent

java.lang.Object
java.util.EventObject
org.graffiti.event.AbstractEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeEvent, EdgeEvent, GraphEvent, NodeEvent, SelectionEvent, TransactionEvent

public abstract class AbstractEvent
extends EventObject
This class is merely meant to group all the Node-/Edge-/ etc. events. One could imagine that common things could be added right there (for example the timestamp of the event). Otherwise the class is empty.
Version:
$Revision: 1.5 $
See Also:
Serialized Form
  • Constructor Details

    • AbstractEvent

      public AbstractEvent​(Object o)
      Constructs an AbstractEvent with object o as source.
      Parameters:
      o - the object that is considered as source of the event.
  • Method Details