Uses of Interface
org.openstreetmap.josm.spi.lifecycle.InitStatusListener
-
Packages that use InitStatusListener Package Description org.openstreetmap.josm.spi.lifecycle Service for JOSM lifecycle. -
-
Uses of InitStatusListener in org.openstreetmap.josm.spi.lifecycle
Fields in org.openstreetmap.josm.spi.lifecycle declared as InitStatusListener Modifier and Type Field Description private static InitStatusListener
Lifecycle. initStatusListener
Methods in org.openstreetmap.josm.spi.lifecycle that return InitStatusListener Modifier and Type Method Description static InitStatusListener
Lifecycle. getInitStatusListener()
Gets initialization task listener.Methods in org.openstreetmap.josm.spi.lifecycle with parameters of type InitStatusListener Modifier and Type Method Description static void
Lifecycle. setInitStatusListener(InitStatusListener listener)
Sets initialization task listener.
-