|
|||||||||
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 ChannelEventListener
channel
- public void onChannelEOF(Channel channel)
onChannelEOF
in interface ChannelEventListener
channel
- public void onChannelClose(Channel channel)
onChannelClose
in interface ChannelEventListener
channel
- public void onDataReceived(Channel channel, byte[] data)
onDataReceived
in interface ChannelEventListener
channel
- data
- public void onDataSent(Channel channel, byte[] data)
onDataSent
in interface ChannelEventListener
channel
- data
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |