javax.media.rtp
Interface RemoteListener


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


Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.