Class UndoAddedEvent

All Implemented Interfaces:
CockpitEvent

public class UndoAddedEvent extends AbstractUndoRedoEvent
Event produced after a new undo-able operation was added to undo manager.
  • Constructor Details

    • UndoAddedEvent

      public UndoAddedEvent(Object source, UndoableOperation operation)
      Constructor.
      Parameters:
      source - the source of this event
      operation - operation performed