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

Class SharedURL

java.lang.Object
  |
  +--SharedURL

public class SharedURL
extends java.lang.Object
implements CoBrowObject
Text representation of the user's Shared URL. Subscribes for /users//shared-page.


Constructor Summary
SharedURL(java.lang.String id, CoBrowService cbService, java.lang.String localid, UserInterface userInterface)
           
 
Method Summary
void callback(java.lang.String mimeType, byte[] responseBody)
           
void destroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

SharedURL

public SharedURL(java.lang.String id,
                 CoBrowService cbService,
                 java.lang.String localid,
                 UserInterface userInterface)
Parameters:
id - The userinterface's identifier.
cbService - The network object used for information interchange.
container - The Java-AWT object containing this object.
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

callback

public void callback(java.lang.String mimeType,
                     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