|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.remoting.Channel.Listener
public abstract static class Channel.Listener
Callback "interface" for changes in the state of Channel.
| Constructor Summary | |
|---|---|
Channel.Listener()
|
|
| Method Summary | |
|---|---|
void |
onClosed(Channel channel,
java.io.IOException cause)
When the channel was closed normally or abnormally due to an error. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Channel.Listener()
| Method Detail |
|---|
public void onClosed(Channel channel,
java.io.IOException cause)
cause - if the channel is closed abnormally, this parameter
represents an exception that has triggered it.
Otherwise null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||