@FunctionalInterface public static interface UndoRedoHandler.CommandQueueListener
OsmDataLayerUndoRedoHandler.CommandQueuePreciseListener| Modifier and Type | Method and Description |
|---|---|
void |
commandChanged(int queueSize,
int redoSize)
Notifies the listener about the new queue size
|
void commandChanged(int queueSize, int redoSize)
queueSize - Undo stack sizeredoSize - Redo stack size