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

Class CommPage

java.lang.Object
  |
  +--CommPage

public class CommPage
extends java.lang.Object
implements CoBrowObject
The "communication page" of a user. Subscribes for nothing.


Constructor Summary
CommPage(java.lang.String id, CoBrowService cbService, java.applet.AppletContext appletContext)
           
 
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

CommPage

public CommPage(java.lang.String id,
                CoBrowService cbService,
                java.applet.AppletContext appletContext)
Parameters:
id -  
cbService -  
appletContext - The AppletContext
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