Package | Description |
---|---|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
Modifier and Type | Class and Description |
---|---|
static class |
UndoRedoHandler.CommandAddedEvent
Event fired after a command has been added to the command queue.
|
static class |
UndoRedoHandler.CommandQueueCleanedEvent
Event fired after the command queue has been cleaned.
|
static class |
UndoRedoHandler.CommandRedoneEvent
Event fired after a command has been redone.
|
static class |
UndoRedoHandler.CommandUndoneEvent
Event fired after a command has been undone.
|
Modifier and Type | Method and Description |
---|---|
private void |
UndoRedoHandler.fireEvent(UndoRedoHandler.CommandQueueEvent e) |