public static final class UndoRedoHandler.CommandUndoneEvent extends UndoRedoHandler.CommandQueueEvent
| Modifier and Type | Field and Description |
|---|---|
private Command |
cmd |
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
private |
CommandUndoneEvent(UndoRedoHandler source,
Command cmd) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
fire(UndoRedoHandler.CommandQueuePreciseListener listener)
Calls the appropriate method of the listener for this event.
|
Command |
getCommand()
Returns the undone command.
|
getSourceprivate static final long serialVersionUID
private CommandUndoneEvent(UndoRedoHandler source, Command cmd)
public Command getCommand()
void fire(UndoRedoHandler.CommandQueuePreciseListener listener)
UndoRedoHandler.CommandQueueEventfire in class UndoRedoHandler.CommandQueueEventlistener - dataset listener to notify about this event