Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.followup
Interface XFollowupModule.Client

All Superinterfaces:
XAPIInterface, XAPIInterface.Client
Enclosing interface:
XFollowupModule

public static interface XFollowupModule.Client
extends XAPIInterface.Client

Client interface for the Followup Module API.


Nested Class Summary

 

Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface
XAPIInterface.Client, XAPIInterface.Server

 

Method Summary
 void followupClosed(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo)
          Notification that a Followup has been closed.
 void followupMarkedRead(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo)
          Notification that a Followup has been marked read.
 void followupMarkedUnread(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo)
          Notification that a Followup has been marked unread.
 void followupOpened(XChatInfo chatInfo, XUserInfo assigneeUserInfo, XUserInfo assignerUserInfo, XFollowupInfo followupInfo)
          Notification that a Followup has been opened.
 void followupUpdated(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo)
          Notification that a Followup has been updated.

 

Method Detail

followupOpened

void followupOpened(XChatInfo chatInfo,
                    XUserInfo assigneeUserInfo,
                    XUserInfo assignerUserInfo,
                    XFollowupInfo followupInfo)
Notification that a Followup has been opened.
Parameters:
chatInfo - The Chat Info.
assigneeUserInfo - The assignee User Info.
assignerUserInfo - The assignee User Info.
followupInfo - The Followup Info.

followupUpdated

void followupUpdated(XChatInfo chatInfo,
                     XUserInfo userInfo,
                     XFollowupInfo followupInfo)
Notification that a Followup has been updated.
Parameters:
chatInfo - The Chat Info.
userInfo - The User Info.
followupInfo - The Followup Info.

followupMarkedRead

void followupMarkedRead(XChatInfo chatInfo,
                        XUserInfo userInfo,
                        XFollowupInfo followupInfo)
Notification that a Followup has been marked read.
Parameters:
chatInfo - The Chat Info.
userInfo - The User Info.
followupInfo - The Followup Info.

followupMarkedUnread

void followupMarkedUnread(XChatInfo chatInfo,
                          XUserInfo userInfo,
                          XFollowupInfo followupInfo)
Notification that a Followup has been marked unread.
Parameters:
chatInfo - The Chat Info.
userInfo - The User Info.
followupInfo - The Followup Info.

followupClosed

void followupClosed(XChatInfo chatInfo,
                    XUserInfo userInfo,
                    XFollowupInfo followupInfo)
Notification that a Followup has been closed.
Parameters:
chatInfo - The Chat Info.
userInfo - The User Info.
followupInfo - The Followup Info.

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.