hypercast
Interface I_InterceptionCallback


public interface I_InterceptionCallback

This interface permits an application object to intercept a message arriving at an overlay socket.


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

Method Detail

InterceptionCallback

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

Returns:
a message which can be the original message, an alteration of the original message or null, which causes the message to be dropped.