Interface prominence.msg.Recipient
All Packages Class Hierarchy This Package Previous Next Index
Interface prominence.msg.Recipient
- public interface Recipient
- extends Object
The interface through which the DeliveryOutputStream delivers
messages.
- See Also:
- DeliveryOutputStream
-
receive(DataInputStream)
- Delivers a new message to the recipient.
receive
public abstract void receive(DataInputStream in)
- Delivers a new message to the recipient.
- Parameters:
- in - A DataInputStream from which the message contents can
be read
All Packages Class Hierarchy This Package Previous Next Index