Package org.apache.batik.apps.svgbrowser
Interface HistoryBrowser.HistoryBrowserListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
HistoryBrowser.HistoryBrowserAdapter
- Enclosing class:
HistoryBrowser
The HistoryBrowserListener.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The compound command has been made from the atom commands that were executed and should be wrapped.void
The the atom command that should be wrapped with the compound command has been executed.void
The command has been executed.void
History has been reset, and all commands have been removed from the history.void
The redo has been performed on the command.void
The 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.
-