public static interface

CollabManager.CollabManagerListener

com.pdftron.collab.ui.viewer.CollabManager.CollabManagerListener
Known Indirect Subclasses

Summary

Public Methods
abstract void onSendAnnotation(String action, ArrayList<AnnotationEntity> annotations, String documentId, String userName)
Called when local annotation changes need to be sent to the remote source

Public Methods

public abstract void onSendAnnotation (String action, ArrayList<AnnotationEntity> annotations, String documentId, String userName)

Called when local annotation changes need to be sent to the remote source

Parameters
action one of add/modify/delete
annotations the array of changed annotations
documentId the document identifier
userName optional user name, user unique identifier should be part of the XFDF command instead