Interface UndoableAccessor.UndoableMutator<CTX,R,E extends Exception>

Type Parameters:
CTX - the generic type
R - the generic type
E - the element type
All Known Subinterfaces:
UndoableAccessor.UndoableProperty<CTX,R,E>
Enclosing interface:
UndoableAccessor<CTX,R,E extends Exception>

public static interface UndoableAccessor.UndoableMutator<CTX,R,E extends Exception>
Provides a mutator for a undoable property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setUndoable(Undoable<CTX,R,E> aCommand)
    Sets the undoable for the undoable property.
  • Method Details

    • setUndoable

      void setUndoable(Undoable<CTX,R,E> aCommand)
      Sets the undoable for the undoable property.
      Parameters:
      aCommand - The undoable to be stored by the undoable property.