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 Detail

      • UndoAddedEvent

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