Package net.sourceforge.jnlp
Class AbstractLaunchHandler
java.lang.Object
net.sourceforge.jnlp.AbstractLaunchHandler
- All Implemented Interfaces:
LaunchHandler
- Direct Known Subclasses:
DefaultLaunchHandler
,GuiLaunchHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final net.sourceforge.jnlp.util.logging.OutputController
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractLaunchHandler
(net.sourceforge.jnlp.util.logging.OutputController logger) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Print a messageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.jnlp.LaunchHandler
launchCompleted, launchError, launchInitialized, launchStarting, launchWarning, validationError
-
Field Details
-
logger
protected final net.sourceforge.jnlp.util.logging.OutputController logger
-
-
Constructor Details
-
AbstractLaunchHandler
public AbstractLaunchHandler(net.sourceforge.jnlp.util.logging.OutputController logger)
-
-
Method Details
-
printMessage
Print a message- Parameters:
ex
- exception to be printed out
-