/vicinity-list.
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. |
VicinityList
public VicinityList(java.lang.String id,
CoBrowService cbService,
UserInterface userInterface)
- Parameters:
id
-
cbService
-
userInterface
-
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