org.simantics.databoard.accessor.event
Class ArrayElementRemoved
java.lang.Object
org.simantics.databoard.accessor.event.Event
org.simantics.databoard.accessor.event.ModificationEvent
org.simantics.databoard.accessor.event.ArrayElementRemoved
public class ArrayElementRemoved
- extends ModificationEvent
TODO change to Array Element S removed
- Author:
- Toni Kalajainen
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 |
index
public int index
ArrayElementRemoved
public ArrayElementRemoved(AccessorReference reference,
int index)
ArrayElementRemoved
public ArrayElementRemoved(int index)
clone
public ArrayElementRemoved 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