Interface prominence.chat.ChatClient
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface prominence.chat.ChatClient

public interface ChatClient
extends Object
extends Client
The interface through which the ChatSystemClient class communicates with its component tools.

Method Index

 o receive(DataInputStream, String)
Receives a message from a peer tool.

Methods

 o receive
  public abstract void receive(DataInputStream i,
                               String from)
Receives a message from a peer tool. The name of the message sender is included with the message. This method replaces the superclass receive() method.
Parameters:
i - A DataInputStream from which the message can be read
from - The name of the message sender
See Also:
receive

All Packages  Class Hierarchy  This Package  Previous  Next  Index