|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.AbstractLaunchHandler
net.sourceforge.jnlp.GuiLaunchHandler
public class GuiLaunchHandler
A LaunchHandler
that gives feedback to the user using GUI elements
including splash screens and exception dialogs.
Field Summary |
---|
Fields inherited from class net.sourceforge.jnlp.AbstractLaunchHandler |
---|
outputStream |
Constructor Summary | |
---|---|
GuiLaunchHandler(java.io.PrintStream outputStream)
|
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 error)
Called when a security validation error occurs while launching the application. |
Methods inherited from class net.sourceforge.jnlp.AbstractLaunchHandler |
---|
printMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiLaunchHandler(java.io.PrintStream outputStream)
Method Detail |
---|
public void launchCompleted(ApplicationInstance application)
LaunchHandler
application
- the launched application instancepublic void launchError(LaunchException exception)
LaunchHandler
public void launchStarting(ApplicationInstance application)
LaunchHandler
application
- the application instance that is readypublic void launchInitialized(JNLPFile file)
LaunchHandler
public boolean launchWarning(LaunchException warning)
LaunchHandler
public boolean validationError(LaunchException error)
LaunchHandler
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |