FileDocCategorySizeDatePackage
RemoteEvent.javaAPI DocJMF 2.1.1e598Mon May 12 12:20:40 BST 2003javax.media.rtp.event

RemoteEvent

public class RemoteEvent extends RTPEvent
An RemoteEvent notifies users of events that occur from remote participants. These events can be used by an RTCP monitor for monitoring reception quality and statistics of the Session. RemoteEvents are one of ReceiverReportEvent, RecvSenderReportEvent or RemoteCollisionEvent.

Fields Summary
Constructors Summary
public RemoteEvent(SessionManager from)

	super(from);
    
Methods Summary