hypercast
Interface I_ReceiveCallback

All Known Implementing Classes:
HyperCastAppl, OL_Socket, StreamManager

public interface I_ReceiveCallback

This interface permits an application object to receive a method call each time a message arrives at an overlay socket. (The other option is to have the application call the receive method of the overlay socket.)


Method Summary
 void ReceiveCallback(hypercast.I_OverlayMessage msg)
          The method called each time a message arrives at the overlay socket.
 

Method Detail

ReceiveCallback

public void ReceiveCallback(hypercast.I_OverlayMessage msg)
The method called each time a message arrives at the overlay socket.