Interface UndoSource.UndoSourceVisitor
- Enclosing interface:
- UndoSource
public static interface UndoSource.UndoSourceVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visitHistorySourced
(UndoSource.HistorySourcedUndo undoStackTip) void
visitStackSourced
(UndoSource.StackSourcedUndo undoStackTip) void
visitValidationSourced
(UndoSource.ValidationSourcedUndo undoStackTip)
-
Method Details
-
visitValidationSourced
-
visitHistorySourced
-
visitStackSourced
-