javax.media.rtp
Interface SendStreamListener

All Superinterfaces:
java.util.EventListener

public interface SendStreamListener
extends java.util.EventListener

Interface that generates the callback for RTPSessionManager Events. This interface will generate callbacks for events that pertain to a particular SendStream.


Method Summary
 void update(SendStreamEvent event)
          Method called back in the RTPSessionListener to notify listener of all SendStream Events.
 

Method Detail

update

public void update(SendStreamEvent event)
Method called back in the RTPSessionListener to notify listener of all SendStream Events.