All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface webwisdom.tango.extras.BvListener

public interface BvListener
Interface for system notifications to BuenaVista.

See Also:
addBvListener

Method Index

 o connected(String, int, int)
This function is called after registration.
 o disconnected()
Called when the application is removed from the session.
 o participantJoined(String, int, int)
Called when a Tango user joins this session.
 o participantLeft(String, int, int)
Called when a participant of this session leaves this session.

Methods

 o connected
 public abstract void connected(String masterName,
                                int masterId,
                                int masterIP)
This function is called after registration.

See Also:
isMaster, getMasterName, disconnected
 o disconnected
 public abstract void disconnected()
Called when the application is removed from the session.

See Also:
connected
 o participantJoined
 public abstract void participantJoined(String userName,
                                        int userId,
                                        int userIP)
Called when a Tango user joins this session.

See Also:
getParticipantNames
 o participantLeft
 public abstract void participantLeft(String userName,
                                      int userId,
                                      int userIP)
Called when a participant of this session leaves this session.

See Also:
getParticipantNames

All Packages  Class Hierarchy  This Package  Previous  Next  Index