org.simantics.databoard.accessor.event
Class MapEntryAdded
java.lang.Object
org.simantics.databoard.accessor.event.Event
org.simantics.databoard.accessor.event.ModificationEvent
org.simantics.databoard.accessor.event.MapEntryAdded
public class MapEntryAdded
- 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 |
key
public MutableVariant key
- The key of the new entry.
value
public MutableVariant value
- The value of the new enry. Value is added if the entry was in interest Set
MapEntryAdded
public MapEntryAdded(AccessorReference reference,
MutableVariant key,
MutableVariant value)
MapEntryAdded
public MapEntryAdded(MutableVariant key)
MapEntryAdded
public MapEntryAdded(MutableVariant key,
MutableVariant value)
clone
public MapEntryAdded 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