javax.media.rtp
Interface SessionListener


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.


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.