org.simantics.databoard.accessor.event
Class ValueAssigned
java.lang.Object
org.simantics.databoard.accessor.event.Event
org.simantics.databoard.accessor.event.ModificationEvent
org.simantics.databoard.accessor.event.ValueAssigned
public class ValueAssigned
- extends ModificationEvent
Fields inherited from class org.simantics.databoard.accessor.event.Event |
reference |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
newValue
public MutableVariant newValue
ValueAssigned
public ValueAssigned()
ValueAssigned
public ValueAssigned(MutableVariant newComponentValue)
ValueAssigned
public ValueAssigned(Binding binding,
java.lang.Object newComponentValue)
ValueAssigned
public ValueAssigned(ChildReference path,
MutableVariant newComponentValue)
ValueAssigned
public ValueAssigned(ChildReference path,
Binding binding,
java.lang.Object newComponentValue)
clone
public ValueAssigned clone(ChildReference 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