de.mud.jta.event
Interface TelnetCommandListener
- All Superinterfaces:
- PluginListener
- public interface TelnetCommandListener
- extends PluginListener
This interface should be used by plugins who would like to be notified
about the end of record event
Maintainer: Marcus Meissner
- Version:
- $Id: TelnetCommandListener.java,v 1.5 2002/05/06 07:24:20 leo Exp $
- Author:
- Matthias L. Jugel, Marcus Meißner
Method Summary |
void |
sendTelnetCommand(byte command)
Called by code in the terminal interface or somewhere for sending
telnet commands |
sendTelnetCommand
public void sendTelnetCommand(byte command)
throws java.io.IOException
- Called by code in the terminal interface or somewhere for sending
telnet commands