Package com.luciad.gui
Interface ILcdUndoableListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
TLcdUndoManager
A listener that is informed when an undoable event has happened, represented by
ILcdUndoable objects. Typically actions that offer support for the undo mechanism
(e.g., the zoom controller) will offer add/removeUndoableListener methods so that interested
parties can receive these events.-
Method Summary
Modifier and TypeMethodDescriptionvoidundoableHappened(TLcdUndoableEvent aEvent) Invoked when a newILcdUndoableis available.
-
Method Details
-
undoableHappened
Invoked when a newILcdUndoableis available.- Parameters:
aEvent- The event describing the newILcdUndoable.
-