Skip navigation links 
| 
 | 
Oracle® On Track Communication SDK Documentation 
Release 1(1.0) 
E20955-01 | 
|  PREV CLASS   NEXT CLASS | 
FRAMES    NO FRAMES      | 
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | 
DETAIL: FIELD | CONSTR | METHOD | 
 
waggle.client.modules.chat
Interface XChatModuleClientEvents
- All Superinterfaces:
 
- XEvents
 
- 
public interface XChatModuleClientEvents
 
- extends XEvents
 
 
 
 
notifyTyping
void notifyTyping(XObjectID sessionID,
                  XObjectID conversationID)
notifyChatCreated
void notifyChatCreated(XChatInfo chatInfo)
notifyChatFollowupOpened
void notifyChatFollowupOpened(XChatInfo chatInfo,
                              XUserInfo userInfo)
notifyChatFollowupClosed
void notifyChatFollowupClosed(XChatInfo chatInfo,
                              XUserInfo userInfo)
notifyChatBookmarkOpened
void notifyChatBookmarkOpened(XChatInfo chatInfo,
                              XUserInfo userInfo)
notifyChatBookmarkClosed
void notifyChatBookmarkClosed(XChatInfo chatInfo,
                              XUserInfo userInfo)
notifyChatForked
void notifyChatForked(XChatInfo chatInfo)
notifyChatUpdated
void notifyChatUpdated(XChatInfo chatInfo)
notifyChatDeleted
void notifyChatDeleted(XChatInfo chatInfo)
notifyChatsRead
void notifyChatsRead(XObjectID conversationID,
                     List<Integer> ordinals)
notifyChatsUnread
void notifyChatsUnread(XObjectID conversationID,
                       List<Integer> ordinals)
notifyChatsAllRead
void notifyChatsAllRead(XObjectID conversationID,
                        int ordinal)
notifyChatsAllUnread
void notifyChatsAllUnread(XObjectID conversationID,
                          int ordinal)
Skip navigation links 
| 
 | 
Oracle® On Track Communication SDK Documentation 
Release 1(1.0) 
E20955-01 | 
|  PREV CLASS   NEXT CLASS | 
FRAMES    NO FRAMES      | 
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | 
DETAIL: FIELD | CONSTR | METHOD | 
 
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.