com.sshtools.common.ui
Class DataNotificationListener

java.lang.Object
  extended by com.sshtools.j2ssh.connection.ChannelEventAdapter
      extended by com.sshtools.common.ui.DataNotificationListener
All Implemented Interfaces:
ChannelEventListener

public class DataNotificationListener
extends ChannelEventAdapter


Constructor Summary
DataNotificationListener(StatusBar bar)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 void onDataReceived(Channel channel, byte[] data)
           
 void onDataSent(Channel channel, byte[] data)
           
 
Methods inherited from class com.sshtools.j2ssh.connection.ChannelEventAdapter
onChannelClose, onChannelEOF, onChannelOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataNotificationListener

public DataNotificationListener(StatusBar bar)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)

onDataReceived

public void onDataReceived(Channel channel,
                           byte[] data)
Specified by:
onDataReceived in interface ChannelEventListener
Overrides:
onDataReceived in class ChannelEventAdapter

onDataSent

public void onDataSent(Channel channel,
                       byte[] data)
Specified by:
onDataSent in interface ChannelEventListener
Overrides:
onDataSent in class ChannelEventAdapter


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.