Class UndoRedoEvent

All Implemented Interfaces:
CockpitEvent

public class UndoRedoEvent extends AbstractUndoRedoEvent
Event produced after an undo or re-do was performed.
  • Constructor Details

    • UndoRedoEvent

      public UndoRedoEvent(Object source, UndoableOperation operation, boolean undo)
      Constructor.
      Parameters:
      source - the source of this event
      operation - operation performed
      undo - undo performed? (re-do otherwise assumed)
  • Method Details

    • isUndo

      public boolean isUndo()