Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class VicinityList

ValueList
  |
  +--VicinityList

public class VicinityList
extends ValueList
implements CoBrowObject
Administers the list of the users in the vicinity. Subscribes for /users//vicinity-list.


Constructor Summary
VicinityList(java.lang.String id, CoBrowService cbService, UserInterface userInterface)
           
 
Method Summary
void callback(java.lang.String requestedObject, byte[] responseBody)
           
void destroy()
           
void hideUrls()
          Removes url list for each user in the vicinity.
void showUrls()
          Adds url list for each user in the vicinity.
 
Methods inherited from class ValueList
insertNewEntries, isMember, removeObsoleteEntries, toList, toString
 

Constructor Detail

VicinityList

public VicinityList(java.lang.String id,
                    CoBrowService cbService,
                    UserInterface userInterface)
Parameters:
id -  
cbService -  
userInterface -  
Method Detail

destroy

public void destroy()
Description copied from interface:
Performs cleaning up, such as unsubscribe.
Specified by:
destroy() in interface CoBrowObject
See Also:
CoBrowObject

hideUrls

public void hideUrls()
Removes url list for each user in the vicinity.

showUrls

public void showUrls()
Adds url list for each user in the vicinity.

callback

public void callback(java.lang.String requestedObject,
                     byte[] responseBody)
Description copied from interface:
Handles CoBrow events (inbound network messages).
Specified by:
callback(java.lang.String, byte[]) in interface CoBrowObject
See Also:
CoBrowObject

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD