Interface HistoryBrowser.HistoryBrowserListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
HistoryBrowser.HistoryBrowserAdapter
- Enclosing class:
HistoryBrowser
The HistoryBrowserListener.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThe compound command has been made from the atom commands that were executed and should be wrapped.voidThe the atom command that should be wrapped with the compound command has been executed.voidThe command has been executed.voidHistory has been reset, and all commands have been removed from the history.voidThe redo has been performed on the command.voidThe undo has been performed on the command.
-
Method Details
-
executePerformed
The command has been executed. -
undoPerformed
The undo has been performed on the command. -
redoPerformed
The redo has been performed on the command. -
historyReset
History has been reset, and all commands have been removed from the history. -
doCompoundEdit
The the atom command that should be wrapped with the compound command has been executed. -
compoundEditPerformed
The compound command has been made from the atom commands that were executed and should be wrapped.
-