public static interface UndoRedoHandler.CommandQueuePreciseListener
UndoRedoHandler.CommandQueueListener| Modifier and Type | Method and Description |
|---|---|
void |
cleaned(UndoRedoHandler.CommandQueueCleanedEvent e)
Notifies the listener about commands being cleaned.
|
void |
commandAdded(UndoRedoHandler.CommandAddedEvent e)
Notifies the listener about a new command added to the queue.
|
void |
commandRedone(UndoRedoHandler.CommandRedoneEvent e)
Notifies the listener about a command that has been redone.
|
void |
commandUndone(UndoRedoHandler.CommandUndoneEvent e)
Notifies the listener about a command that has been undone.
|
void commandAdded(UndoRedoHandler.CommandAddedEvent e)
e - eventvoid cleaned(UndoRedoHandler.CommandQueueCleanedEvent e)
e - eventvoid commandUndone(UndoRedoHandler.CommandUndoneEvent e)
e - eventvoid commandRedone(UndoRedoHandler.CommandRedoneEvent e)
e - event