Interface ILcdUndoableListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
TLcdUndoManager

public interface ILcdUndoableListener extends EventListener
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 Type
    Method
    Description
    void
    Invoked when a new ILcdUndoable is available.
  • Method Details

    • undoableHappened

      void undoableHappened(TLcdUndoableEvent aEvent)
      Invoked when a new ILcdUndoable is available.
      Parameters:
      aEvent - The event describing the new ILcdUndoable.