abstract static class UndoRedoHandler.CommandQueueEvent extends java.util.EventObject
Modifier | Constructor and Description |
---|---|
protected |
CommandQueueEvent(UndoRedoHandler source) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
fire(UndoRedoHandler.CommandQueuePreciseListener listener)
Calls the appropriate method of the listener for this event.
|
UndoRedoHandler |
getSource() |
protected CommandQueueEvent(UndoRedoHandler source)
abstract void fire(UndoRedoHandler.CommandQueuePreciseListener listener)
listener
- dataset listener to notify about this eventpublic final UndoRedoHandler getSource()
getSource
in class java.util.EventObject