|
||||||||||
| 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(Throwable t)
Fatal error that's non recoverable. |
void |
onDisconnect()
Called when a connection is terminated. |
void |
status(String msg)
Status message that indicates the progress of the operation. |
void |
status(String msg,
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(String msg)
EngineListener
status in interface EngineListener
public void status(String msg,
Throwable t)
EngineListener
status in interface EngineListenerpublic void error(Throwable t)
EngineListener
error in interface EngineListenerpublic void onDisconnect()
EngineListener
onDisconnect in interface EngineListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||