Interface UndoableAccessor<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>
All Known Implementing Classes:
NoExceptionAvailableRuntimeException, NoResultAvailableRuntimeException, NotUndoableRuntimeException, NotYetExecutedRuntimeException

public interface UndoableAccessor<CTX,R,E extends Exception>
Provides an accessor for a command property.
  • Method Details

    • getUndoable

      Undoable<CTX,R,E> getUndoable()
      Retrieves the undoable from the undoable property.
      Returns:
      The undoable stored by the undoable property.