IcedTea-Web
NetX

net.sourceforge.jnlp
Class AbstractLaunchHandler

java.lang.Object
  extended by net.sourceforge.jnlp.AbstractLaunchHandler
All Implemented Interfaces:
LaunchHandler
Direct Known Subclasses:
DefaultLaunchHandler, GuiLaunchHandler

public abstract class AbstractLaunchHandler
extends java.lang.Object
implements LaunchHandler


Field Summary
protected  java.io.PrintStream outputStream
           
 
Constructor Summary
AbstractLaunchHandler(java.io.PrintStream outputStream)
           
 
Method Summary
protected  void printMessage(LaunchException ex)
          Print a message
 
Methods 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 Detail

outputStream

protected final java.io.PrintStream outputStream
Constructor Detail

AbstractLaunchHandler

public AbstractLaunchHandler(java.io.PrintStream outputStream)
Method Detail

printMessage

protected void printMessage(LaunchException ex)
Print a message


IcedTea-Web
NetX

Submit a bug or feature