|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.connection.ChannelEventAdapter
com.sshtools.common.ui.DataNotificationListener
public class DataNotificationListener
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 |
---|
public DataNotificationListener(StatusBar bar)
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent evt)
public void onDataReceived(Channel channel, byte[] data)
onDataReceived
in interface ChannelEventListener
onDataReceived
in class ChannelEventAdapter
public void onDataSent(Channel channel, byte[] data)
onDataSent
in interface ChannelEventListener
onDataSent
in class ChannelEventAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |