|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sshtools.j2ssh.connection.ChannelEventAdapter
public abstract class ChannelEventAdapter
Title:
Description:
Copyright: Copyright (c) 2003
Company:
| Constructor Summary | |
|---|---|
ChannelEventAdapter()
Creates a new ChannelEventAdapter object. |
|
| Method Summary | |
|---|---|
void |
onChannelClose(Channel channel)
|
void |
onChannelEOF(Channel channel)
|
void |
onChannelOpen(Channel channel)
|
void |
onDataReceived(Channel channel,
byte[] data)
|
void |
onDataSent(Channel channel,
byte[] data)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelEventAdapter()
| Method Detail |
|---|
public void onChannelOpen(Channel channel)
onChannelOpen in interface ChannelEventListenerchannel - public void onChannelEOF(Channel channel)
onChannelEOF in interface ChannelEventListenerchannel - public void onChannelClose(Channel channel)
onChannelClose in interface ChannelEventListenerchannel -
public void onDataReceived(Channel channel,
byte[] data)
onDataReceived in interface ChannelEventListenerchannel - data -
public void onDataSent(Channel channel,
byte[] data)
onDataSent in interface ChannelEventListenerchannel - data -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||