|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object interested in receiving XoUndoableEvent
must implement this interface.
Method Summary | |
void |
undoableAddObject(XoUndoableEvent evt)
Called when an XO object has been added in a DM instance. |
void |
undoableRemoveObject(XoUndoableEvent evt)
Called when an XO object has been removed from a DM instance. |
void |
undoableSetProperty(XoUndoableEvent evt)
Called when a property has changed in a DM instance. |
Method Detail |
public void undoableSetProperty(XoUndoableEvent evt)
evt
- undoable event containing relevant informationspublic void undoableAddObject(XoUndoableEvent evt)
evt
- undoable event containing relevant informationspublic void undoableRemoveObject(XoUndoableEvent evt)
evt
- undoable event containing relevant informations
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |