org.simantics.databoard.accessor.event
Class ValueAssigned

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

public class ValueAssigned
extends ModificationEvent


Field Summary
 Variant newValue
           
 
Fields inherited from class org.simantics.databoard.accessor.event.Event
reference
 
Constructor Summary
ValueAssigned()
           
ValueAssigned(AccessorReference path, Binding binding, java.lang.Object newComponentValue)
           
ValueAssigned(AccessorReference path, Variant newComponentValue)
           
ValueAssigned(Binding binding, java.lang.Object newComponentValue)
           
ValueAssigned(Variant newComponentValue)
           
 
Method Summary
 ValueAssigned 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

newValue

public Variant newValue
Constructor Detail

ValueAssigned

public ValueAssigned()

ValueAssigned

public ValueAssigned(Variant newComponentValue)

ValueAssigned

public ValueAssigned(Binding binding,
                     java.lang.Object newComponentValue)

ValueAssigned

public ValueAssigned(AccessorReference path,
                     Variant newComponentValue)

ValueAssigned

public ValueAssigned(AccessorReference path,
                     Binding binding,
                     java.lang.Object newComponentValue)
Method Detail

clone

public ValueAssigned 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