Package org.openstreetmap.josm.tools
Interface PlatformHook.WebStartMigrationCallback
-
- Enclosing interface:
- PlatformHook
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface PlatformHook.WebStartMigrationCallback
Called when Oracle Java WebStart is detected at startup.- Since:
- 17679
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
askMigrateWebStart(String url)
Asks user to migrate to OpenWebStart.
-
-
-
Method Detail
-
askMigrateWebStart
void askMigrateWebStart(String url)
Asks user to migrate to OpenWebStart.- Parameters:
url
- download URL
-
-