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

Class ChatOutputNotify

java.lang.Object
  |
  +--ChatOutputNotify

public class ChatOutputNotify
extends java.lang.Object
implements CoBrowObject
Control for ChatList's optional sound support. Subscribes for /users//properties.


Constructor Summary
ChatOutputNotify(java.lang.String clientId, CoBrowService cbService, ChatOutput chatOutput)
           
 
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

ChatOutputNotify

public ChatOutputNotify(java.lang.String clientId,
                        CoBrowService cbService,
                        ChatOutput chatOutput)
Parameters:
clientId -  
cbService -  
chatOutput - The chat consumer that needs to be notifyed.
Method Detail

destroy

public void destroy()
Description copied from interface:
Performs cleaning up, such as unsubscribe.
Specified by:
destroy() in interface 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