public class ChannelListenerAdapter extends java.lang.Object implements SshLifecycleListener
SshLifecycleListener.| Constructor and Description |
|---|
ChannelListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
closed(SshLifecycleComponent channel)
A channel is c;osed.
|
void |
closing(SshLifecycleComponent channel)
A channel is closing.
|
void |
opened(SshLifecycleComponent channel)
A channel has been opened.
|
public void closed(SshLifecycleComponent channel)
SshLifecycleListenerclosed in interface SshLifecycleListenerchannel - the channel closed.public void closing(SshLifecycleComponent channel)
SshLifecycleListenerclosing in interface SshLifecycleListenerchannel - the channel closing.public void opened(SshLifecycleComponent channel)
SshLifecycleListeneropened in interface SshLifecycleListenerchannel - the opened channel.Copyright © 2018. All rights reserved.