Interface socket.StatusPeer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface socket.StatusPeer

public interface StatusPeer
extends Object
StatusPeer -- interface for status messages --
Version:
$Id: socket.StatusPeer.html,v 1.1 2000/12/17 05:34:14 tom Exp $
Author:
Matthias L. Jugel, Marcus Meißner

Method Index

 o notifyStatus(Vector)
This method is called for the peer of the TelnetIO class if there is a statuschange.

Methods

 o notifyStatus
  public abstract Object notifyStatus(Vector status)
This method is called for the peer of the TelnetIO class if there is a statuschange.
Parameters:
status - A Vector containing the key as element 0 and any arguments from element 1 on.
Returns:
an object that matches the requested information or null
See Also:
TelnetIO

All Packages  Class Hierarchy  This Package  Previous  Next  Index