javax.media.rtp
Interface SessionListener

All Superinterfaces:
java.util.EventListener

public interface SessionListener
extends java.util.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


Method Summary
 void update(SessionEvent event)
          Method called back in the SessionListener to notify listener of all Session Events.SessionEvents could be one of NewParticipantEvent or LocalCollisionEvent.
 

Method Detail

update

public void update(SessionEvent event)
Method called back in the SessionListener to notify listener of all Session Events.SessionEvents could be one of NewParticipantEvent or LocalCollisionEvent.