Interface UndoableAccessor.UndoableMutator<CTX,R,E extends Exception>
- Type Parameters:
CTX- the generic typeR- the generic typeE- 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 TypeMethodDescriptionvoidsetUndoable(Undoable<CTX, R, E> aCommand) Sets the undoable for the undoable property.
-
Method Details
-
setUndoable
-