edu.virginia.cs.mng.hypercast
Interface I_CallBack
- All Known Implementing Classes:
- OL_Socket, RS2CallBack, HelloWorld_CallBack, MFTP, MediaReceiverCallBack, StreamerCallBack, WBSocket
- public abstract interface I_CallBack
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.)
messageArrived
public void messageArrived(I_OverlayMessage msg)
- The method called each time a message arrives at the overlay socket.