hudson.remoting.jnlp
Class GuiListener

java.lang.Object
  extended by hudson.remoting.jnlp.GuiListener
All Implemented Interfaces:
EngineListener

public final class GuiListener
extends java.lang.Object
implements EngineListener

EngineListener implementation that shows GUI.


Field Summary
 MainDialog frame
           
 
Constructor Summary
GuiListener()
           
 
Method Summary
 void error(java.lang.Throwable t)
          Fatal error that's non recoverable.
 void onDisconnect()
          Called when a connection is terminated.
 void status(java.lang.String msg)
          Status message that indicates the progress of the operation.
 void status(java.lang.String msg, java.lang.Throwable t)
          Status message, with additoinal stack trace that indicates an error that was recovered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

public final MainDialog frame
Constructor Detail

GuiListener

public GuiListener()
Method Detail

status

public void status(java.lang.String msg)
Description copied from interface: EngineListener
Status message that indicates the progress of the operation.

Specified by:
status in interface EngineListener

status

public void status(java.lang.String msg,
                   java.lang.Throwable t)
Description copied from interface: EngineListener
Status message, with additoinal stack trace that indicates an error that was recovered.

Specified by:
status in interface EngineListener

error

public void error(java.lang.Throwable t)
Description copied from interface: EngineListener
Fatal error that's non recoverable.

Specified by:
error in interface EngineListener

onDisconnect

public void onDisconnect()
Description copied from interface: EngineListener
Called when a connection is terminated.

Specified by:
onDisconnect in interface EngineListener


Copyright © 2012. All Rights Reserved.