|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.accessor.event.Event
org.simantics.databoard.accessor.event.ModificationEvent
org.simantics.databoard.accessor.event.UnionValueAssigned
public class UnionValueAssigned
Field Summary | |
---|---|
Variant |
newValue
|
int |
tag
|
Fields inherited from class org.simantics.databoard.accessor.event.Event |
---|
reference |
Constructor Summary | |
---|---|
UnionValueAssigned(int tag,
Variant newValue)
|
Method Summary | |
---|---|
UnionValueAssigned |
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 |
---|
public int tag
public Variant newValue
Constructor Detail |
---|
public UnionValueAssigned(int tag, Variant newValue)
Method Detail |
---|
public UnionValueAssigned clone(AccessorReference newReference)
Event
clone
in class Event
public java.lang.String toString()
toString
in class Event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |