Skip navigation links

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

E20955-01


waggle.common.modules.bookmark
Interface XBookmarkModule.Client

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

public static interface XBookmarkModule.Client
extends XAPIInterface.Client

Client interface for the Bookmark Module API.


Nested Class Summary

 

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

 

Method Summary
 void bookmarkClosed(XChatInfo chatInfo, XBookmarkInfo bookmarkInfo)
          Notification that a Bookmark has been closed.
 void bookmarkOpened(XChatInfo chatInfo, XBookmarkInfo bookmarkInfo)
          Notification that a Bookmark has been opened.

 

Method Detail

bookmarkOpened

void bookmarkOpened(XChatInfo chatInfo,
                    XBookmarkInfo bookmarkInfo)
Notification that a Bookmark has been opened.
Parameters:
chatInfo - The Chat Info.
bookmarkInfo - The Bookmark Info.

bookmarkClosed

void bookmarkClosed(XChatInfo chatInfo,
                    XBookmarkInfo bookmarkInfo)
Notification that a Bookmark has been closed.
Parameters:
chatInfo - The Chat Info.
bookmarkInfo - The Bookmark 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.