Interface Recipient

All Known Implementing Classes:
Whiteboard

public abstract interface Recipient


Method Summary
 void receive(java.io.DataInputStream dataIn)
           
 

Method Detail

receive

public void receive(java.io.DataInputStream dataIn)