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.
|
getSource
private static final long serialVersionUID
private CommandUndoneEvent(UndoRedoHandler source, Command cmd)
public Command getCommand()
void fire(UndoRedoHandler.CommandQueuePreciseListener listener)
UndoRedoHandler.CommandQueueEvent
fire
in class UndoRedoHandler.CommandQueueEvent
listener
- dataset listener to notify about this event