|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.remoting.jnlp.GuiListener
public final class GuiListener
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 |
---|
public final MainDialog frame
Constructor Detail |
---|
public GuiListener()
Method Detail |
---|
public void status(java.lang.String msg)
EngineListener
status
in interface EngineListener
public void status(java.lang.String msg, java.lang.Throwable t)
EngineListener
status
in interface EngineListener
public void error(java.lang.Throwable t)
EngineListener
error
in interface EngineListener
public void onDisconnect()
EngineListener
onDisconnect
in interface EngineListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |