Skip navigation links

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

E20955-01


waggle.common.modules.annotation
Interface XAnnotationModule.Client

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

public static interface XAnnotationModule.Client
extends XAPIInterface.Client

Client interface for the Annotation Module API.


Nested Class Summary

 

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

 

Method Summary
 void annotationDraftCommitted(XVersionInfo versionInfo)
          Send when an Annotation Draft was committed.
 void annotationDraftCreated(XVersionInfo versionInfo)
          Send when a new Annotation Draft was created.
 void annotationDraftDeleted(XVersionInfo versionInfo)
          Send when an Annotation Draft was deleted.
 void annotationDraftUpdated(XVersionInfo versionInfo)
          Send when an Annotation Draft was updated.

 

Method Detail

annotationDraftCreated

void annotationDraftCreated(XVersionInfo versionInfo)
Send when a new Annotation Draft was created.
Parameters:
versionInfo - The Version DTO.

annotationDraftUpdated

void annotationDraftUpdated(XVersionInfo versionInfo)
Send when an Annotation Draft was updated.
Parameters:
versionInfo - The Version DTO.

annotationDraftCommitted

void annotationDraftCommitted(XVersionInfo versionInfo)
Send when an Annotation Draft was committed.
Parameters:
versionInfo - The Version DTO.

annotationDraftDeleted

void annotationDraftDeleted(XVersionInfo versionInfo)
Send when an Annotation Draft was deleted.
Parameters:
versionInfo - The Version DTO.

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.