org.simantics.databoard.accessor.event
Class InvalidatedEvent

java.lang.Object
  extended by org.simantics.databoard.accessor.event.Event
      extended by org.simantics.databoard.accessor.event.InvalidatedEvent

public class InvalidatedEvent
extends Event

Accessor has been disposed. This is the last event from the accessor.

Author:
Toni Kalajainen

Field Summary
 
Fields inherited from class org.simantics.databoard.accessor.event.Event
reference
 
Constructor Summary
InvalidatedEvent()
           
 
Method Summary
 InvalidatedEvent 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
 

Constructor Detail

InvalidatedEvent

public InvalidatedEvent()
Method Detail

clone

public InvalidatedEvent clone(AccessorReference newReference)
Description copied from class: Event
Create a clone with new reference

Specified by:
clone in class Event
Returns:
clone with a new reference

toString

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