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:
CommandRuntimeException.CommandCommandRuntimeException, NoExceptionAvailableRuntimeException, NoResultAvailableRuntimeException, NotUndoableRuntimeException, NotYetExecutedRuntimeException

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