IP*Works!

ipworks
Interface TelnetEventListener

All Superinterfaces:
java.util.EventListener

public interface TelnetEventListener
extends java.util.EventListener

Event listener for the Telnet Class.


Method Summary
 void command(TelnetCommandEvent e)
           
 void connected(TelnetConnectedEvent e)
           
 void dataIn(TelnetDataInEvent e)
           
 void disconnected(TelnetDisconnectedEvent e)
           
 void doDo(TelnetDoDoEvent e)
           
 void dont(TelnetDontEvent e)
           
 void error(TelnetErrorEvent e)
           
 void readyToSend(TelnetReadyToSendEvent e)
           
 void subOption(TelnetSubOptionEvent e)
           
 void will(TelnetWillEvent e)
           
 void wont(TelnetWontEvent e)
           
 

Method Detail

command

public void command(TelnetCommandEvent e)

connected

public void connected(TelnetConnectedEvent e)

dataIn

public void dataIn(TelnetDataInEvent e)

disconnected

public void disconnected(TelnetDisconnectedEvent e)

doDo

public void doDo(TelnetDoDoEvent e)

dont

public void dont(TelnetDontEvent e)

error

public void error(TelnetErrorEvent e)

readyToSend

public void readyToSend(TelnetReadyToSendEvent e)

subOption

public void subOption(TelnetSubOptionEvent e)

will

public void will(TelnetWillEvent e)

wont

public void wont(TelnetWontEvent e)

IP*Works!

Copyright (c) 2001 /n software inc. - All rights reserved.