All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface lava.net.psyc.packages.ConferencingListener

public interface ConferencingListener

Method Index

 o contextIntroduced(UNL, String)
 o conversationPager(UNL, String)
 o conversationPrivate(UNL, String)
 o conversationPublic(String, UNI, String)
 o memberChanged(String, UNI, UNL, Hashtable, boolean, boolean, boolean)
 o placeDeleted(String)
 o placeEntered(String, UNI)
 o placeLeft(String, UNI)
 o placePropertiesChanged(String, boolean, boolean, boolean, boolean, boolean, boolean)

Methods

 o contextIntroduced
 public abstract void contextIntroduced(UNL source,
                                        String context)
 o placeEntered
 public abstract void placeEntered(String context,
                                   UNI user)
 o placeLeft
 public abstract void placeLeft(String context,
                                UNI user)
 o placeDeleted
 public abstract void placeDeleted(String context)
 o memberChanged
 public abstract void memberChanged(String context,
                                    UNI user,
                                    UNL multicaster,
                                    Hashtable locations,
                                    boolean speak,
                                    boolean listen,
                                    boolean authority)
 o placePropertiesChanged
 public abstract void placePropertiesChanged(String context,
                                             boolean allowExternals,
                                             boolean speakersAddSpeakers,
                                             boolean speakersAddListeners,
                                             boolean listenersAddListeners,
                                             boolean speakersRemoveSpeakers,
                                             boolean speakersRemoveListeners)
 o conversationPublic
 public abstract void conversationPublic(String context,
                                         UNI user,
                                         String message)
 o conversationPager
 public abstract void conversationPager(UNL user,
                                        String message)
 o conversationPrivate
 public abstract void conversationPrivate(UNL user,
                                          String message)

All Packages  Class Hierarchy  This Package  Previous  Next  Index