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

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

public static interface UndoableAccessor.UndoableProperty<CTX,R,E extends Exception> extends UndoableAccessor<CTX,R,E>, UndoableAccessor.UndoableMutator<CTX,R,E>
Provides a undoable property.