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 voidPlatformHook. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.SanityCheckCallback sanityCheckCallback)The startupHook will be called early, but after the GUI setup has started.voidPlatformHookOsx. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.SanityCheckCallback sanityCheckCallback)voidPlatformHookUnixoid. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.SanityCheckCallback sanityCheckCallback)voidPlatformHookWindows. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.SanityCheckCallback sanityCheckCallback)default voidPlatformHook. startupSanityChecks(PlatformHook.SanityCheckCallback sanityCheckCallback)Check startup preconditions
-