org.apache.batik.apps.svgbrowser

Interface HistoryBrowser.HistoryBrowserListener

public static interface HistoryBrowser.HistoryBrowserListener extends EventListener

The HistoryBrowserListener.
Method Summary
voidcompoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event)
The compound command has been made from the atom commands that were executed and should be wrapped.
voiddoCompoundEdit(HistoryBrowser.HistoryBrowserEvent event)
The the atom command that should be wrapped with the compound command has been executed.
voidexecutePerformed(HistoryBrowser.HistoryBrowserEvent event)
The command has been executed.
voidhistoryReset(HistoryBrowser.HistoryBrowserEvent event)
History has been reset, and all commands have been removed from the history.
voidredoPerformed(HistoryBrowser.HistoryBrowserEvent event)
The redo has been performed on the command.
voidundoPerformed(HistoryBrowser.HistoryBrowserEvent event)
The undo has been performed on the command.

Method Detail

compoundEditPerformed

public void compoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event)
The compound command has been made from the atom commands that were executed and should be wrapped.

doCompoundEdit

public void doCompoundEdit(HistoryBrowser.HistoryBrowserEvent event)
The the atom command that should be wrapped with the compound command has been executed.

executePerformed

public void executePerformed(HistoryBrowser.HistoryBrowserEvent event)
The command has been executed.

historyReset

public void historyReset(HistoryBrowser.HistoryBrowserEvent event)
History has been reset, and all commands have been removed from the history.

redoPerformed

public void redoPerformed(HistoryBrowser.HistoryBrowserEvent event)
The redo has been performed on the command.

undoPerformed

public void undoPerformed(HistoryBrowser.HistoryBrowserEvent event)
The undo has been performed on the command.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.