org.nakedobjects.object
Class CollectionEvent
java.lang.Object
org.nakedobjects.object.NakedInterfaceEvent
org.nakedobjects.object.CollectionEvent
- public class CollectionEvent
- extends NakedInterfaceEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ADDED
public static final int ADDED
- See Also:
- Constant Field Values
REMOVED
public static final int REMOVED
- See Also:
- Constant Field Values
UPDATED
public static final int UPDATED
- See Also:
- Constant Field Values
CollectionEvent
public CollectionEvent(int action,
NakedObject object,
int pos)
getAction
public int getAction()
- Overrides:
getAction
in class NakedInterfaceEvent
getObject
public NakedObject getObject()
- Overrides:
getObject
in class NakedInterfaceEvent
getPos
public int getPos()
toString
public java.lang.String toString()
- Overrides:
toString
in class NakedInterfaceEvent