public interface PostInstallAction
Modifier and Type | Interface and Description |
---|---|
static class |
PostInstallAction.ActionFailureException
Action failure exception.
|
Modifier and Type | Method and Description |
---|---|
void |
onInstallDone(JFrame frame,
String installPath)
Called after the normal installation steps.
|
void onInstallDone(@Nonnull JFrame frame, @Nonnull String installPath) throws PostInstallAction.ActionFailureException
frame
- The parent frame (for dialogs).installPath
- The install path.PostInstallAction.ActionFailureException
- When appropriate.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.