Interface prominence.msgx.SourceIDClient
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface prominence.msgx.SourceIDClient

public interface SourceIDClient
extends Object
extends Client
A variant of the Client interface that defines a method for receiving a message from a named client.

Method Index

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

Methods

 o receive
  public abstract void receive(DataInputStream i,
                               String from)
Receives a messages from a peer tool.

A tool that implements this interface will not be called through the superclass receive method.

Parameters:
i - A DataInputStream from which the message can be read. The end of the message will be signalled by the EOF of this stream.
from - The name of the message sender
See Also:
receive

All Packages  Class Hierarchy  This Package  Previous  Next  Index