Interface display.TerminalHost
All Packages Class Hierarchy This Package Previous Next Index
Interface display.TerminalHost
- public interface TerminalHost
- extends Object
TerminalHost is an interface for the remote (virtual) end of our connection
to the host computer we are connected to.
- Version:
- $Id: display.TerminalHost.html,v 1.1 2000/12/17 05:34:14 tom Exp $
- Author:
- Matthias L Jugel, Marcus Meißner
-
send(String)
- Send a string to the host and return if it was received successfully.
send
public abstract boolean send(String s)
- Send a string to the host and return if it was received successfully.
- Parameters:
- s - the string to send
- Returns:
- True for successful receivement.
All Packages Class Hierarchy This Package Previous Next Index