Uses of Interface
org.openstreetmap.josm.tools.PlatformHook.SanityCheckCallback
-
Packages that use PlatformHook.SanityCheckCallback Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of PlatformHook.SanityCheckCallback in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools with parameters of type PlatformHook.SanityCheckCallback Modifier and Type Method Description default void
PlatformHook. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.SanityCheckCallback sanityCheckCallback)
The startupHook will be called early, but after the GUI setup has started.void
PlatformHookOsx. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.SanityCheckCallback sanityCheckCallback)
void
PlatformHookUnixoid. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.SanityCheckCallback sanityCheckCallback)
void
PlatformHookWindows. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.SanityCheckCallback sanityCheckCallback)
default void
PlatformHook. startupSanityChecks(PlatformHook.SanityCheckCallback sanityCheckCallback)
Check startup preconditions
-