org.simantics.databoard.accessor.event
Class Event

java.lang.Object
  extended by org.simantics.databoard.accessor.event.Event
Direct Known Subclasses:
InvalidatedEvent, ModificationEvent

public abstract class Event
extends java.lang.Object


Field Summary
 AccessorReference reference
          Path from the listened Object to the composite, null if same
 
Constructor Summary
Event()
           
 
Method Summary
abstract  Event clone(AccessorReference newReference)
          Create a clone with new reference
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reference

public AccessorReference reference
Path from the listened Object to the composite, null if same

Constructor Detail

Event

public Event()
Method Detail

clone

public abstract Event clone(AccessorReference newReference)
Create a clone with new reference

Parameters:
newReference -
Returns:
clone with a new reference

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object