FileDocCategorySizeDatePackage
SessionListener.javaAPI DocJMF 2.1.1e942Mon May 12 12:20:40 BST 2003javax.media.rtp

SessionListener

public interface SessionListener implements EventListener
Interface that generates the callback for all SessionEvents. These events are LocalCollisionEvent that pertain to the local participant and NewParticipantEvent that will inform the listener of every new/unique participant that joins the session. For all other state transitions event of the participant i.e. Active/Inactive/Timeout/ByeEvent etc. see ReceiveStreamListener

Fields Summary
Constructors Summary
Methods Summary
public voidupdate(javax.media.rtp.event.SessionEvent event)
Method called back in the SessionListener to notify listener of all Session Events.SessionEvents could be one of NewParticipantEvent or LocalCollisionEvent.