org.apache.commons.net.telnet
Interface TelnetInputListener


public interface TelnetInputListener

Listener interface used for notification that incoming data is available to be read.

Since:
3.0
See Also:
TelnetClient

Method Summary
 void telnetInputAvailable()
          Callback method invoked when new incoming data is available on a TelnetClient's input stream.
 

Method Detail

telnetInputAvailable

void telnetInputAvailable()
Callback method invoked when new incoming data is available on a TelnetClient's input stream.

See Also:
TelnetClient.registerInputListener(org.apache.commons.net.telnet.TelnetInputListener)


Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.