Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.connection » [javadoc | source]
com.sshtools.j2ssh.connection
abstract public class: ChannelEventAdapter [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.connection.ChannelEventAdapter

All Implemented Interfaces:
    ChannelEventListener

Direct Known Subclasses:
    ActiveChannelEventListener, DataNotificationListener

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Constructor:
 public ChannelEventAdapter() 
Method from com.sshtools.j2ssh.connection.ChannelEventAdapter Summary:
onChannelClose,   onChannelEOF,   onChannelOpen,   onDataReceived,   onDataSent
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.connection.ChannelEventAdapter Detail:
 public  void onChannelClose(Channel channel) 
 public  void onChannelEOF(Channel channel) 
 public  void onChannelOpen(Channel channel) 
 public  void onDataReceived(Channel channel,
    byte[] data) 
 public  void onDataSent(Channel channel,
    byte[] data)