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: TerminalHost.java,v 1.1.1.1 1997/03/05 13:35:16 leo Exp $
Author:
Matthias L Jugel, Marcus Meißner

Method Index

 o send(String)
Send a string to the host and return if it was received successfully.

Methods

 o 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