javax.media.rtp
Interface RemoteListener

All Superinterfaces:
java.util.EventListener

public interface RemoteListener
extends java.util.EventListener

Interface that generates the callback for all RTPRemoteEvents.RTPRemoteEvents are events that occur from remote participants and could be used for monitoring statistics and quality of the entire RTPSession without knowing about individual streams or participants.


Method Summary
 void update(RemoteEvent event)
          Method called back in the RemoteListener to notify listener of all RTP Remote Events.RemoteEvents are one of ReceiverReportEvent, SenderReportEvent or RemoteCollisionEvent
 

Method Detail

update

public void update(RemoteEvent event)
Method called back in the RemoteListener to notify listener of all RTP Remote Events.RemoteEvents are one of ReceiverReportEvent, SenderReportEvent or RemoteCollisionEvent