|
||||||||||
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
Nested Class Summary | |
---|---|
(package private) class |
DataNotificationListener.ReceivingActionListener
|
(package private) class |
DataNotificationListener.SendingActionListener
|
Field Summary | |
---|---|
(package private) StatusBar |
bar
|
(package private) javax.swing.Timer |
timerReceiving
|
(package private) javax.swing.Timer |
timerSending
|
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 |
Field Detail |
---|
javax.swing.Timer timerReceiving
javax.swing.Timer timerSending
StatusBar bar
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 |