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

SessionEvent

public class SessionEvent extends RTPEvent
SessionEvent are events that pertain to the Session as a whole and that dont belong to a ReceiveStream in particular or a remote participant necessarily. SessionEvent is one of NewParticipantEvent or LocalCollisionEvent.

Fields Summary
Constructors Summary
public SessionEvent(SessionManager from)

	super(from);
    
Methods Summary