ipworks
Interface TelnetEventListener
- All Superinterfaces:
- java.util.EventListener
public interface TelnetEventListener
- extends java.util.EventListener
Event listener for the "Telnet Class"
.
command
void command(TelnetCommandEvent e)
connected
void connected(TelnetConnectedEvent e)
connectionStatus
void connectionStatus(TelnetConnectionStatusEvent e)
dataIn
void dataIn(TelnetDataInEvent e)
disconnected
void disconnected(TelnetDisconnectedEvent e)
doDo
void doDo(TelnetDoDoEvent e)
dont
void dont(TelnetDontEvent e)
error
void error(TelnetErrorEvent e)
readyToSend
void readyToSend(TelnetReadyToSendEvent e)
subOption
void subOption(TelnetSubOptionEvent e)
will
void will(TelnetWillEvent e)
wont
void wont(TelnetWontEvent e)
Copyright (c) 2013 /n software inc. - All rights reserved.