Package | Description |
---|---|
org.openstreetmap.josm |
Modifier and Type | Field and Description |
---|---|
private static List<WeakReference<Main.WindowSwitchListener>> |
Main.windowSwitchListeners |
Modifier and Type | Method and Description |
---|---|
static void |
Main.addWindowSwitchListener(Main.WindowSwitchListener listener)
Register a window switch listener.
|
static void |
Main.removeWindowSwitchListener(Main.WindowSwitchListener listener)
Removes a window switch listener.
|