|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LaunchHandler
This optional interface is used to handle conditions that occur while launching JNLP applications, applets, and installers.
Method Summary | |
---|---|
void |
launchCompleted(ApplicationInstance application)
Called when an application, applet, or installer has been launched successfully (the main method or applet start method returned normally). |
void |
launchError(LaunchException exception)
Called when the application could not be launched due to a fatal error, such as the inability to find the main class or non-parseable XML. |
void |
launchInitialized(JNLPFile file)
Called when an application, applet or installer has been determined. |
void |
launchStarting(ApplicationInstance application)
Called when an application, applet or installer is ready to start. |
boolean |
launchWarning(LaunchException warning)
Called when launching the application can not be launched due to an error that is not fatal. |
boolean |
validationError(LaunchException security)
Called when a security validation error occurs while launching the application. |
Method Detail |
---|
void launchError(LaunchException exception)
boolean launchWarning(LaunchException warning)
boolean validationError(LaunchException security)
void launchInitialized(JNLPFile file)
application
- the application instance that is startingvoid launchStarting(ApplicationInstance application)
application
- the application instance that is readyvoid launchCompleted(ApplicationInstance application)
application
- the launched application instance
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |