public static interface

InstantAnnotationProvider.OnNonAnnotationChangeListener

com.pspdfkit.instant.annotations.InstantAnnotationProvider.OnNonAnnotationChangeListener

Class Overview

Object to be notified whenever a local non-annotation change happens.

Summary

Public Methods
abstract void onNonAnnotationChange(InstantAnnotationProvider.NonAnnotationChange change)
Called when the annotation provider generated new non-annotation changes, that would require syncing.

Public Methods

public abstract void onNonAnnotationChange (InstantAnnotationProvider.NonAnnotationChange change)

Called when the annotation provider generated new non-annotation changes, that would require syncing.

Parameters
change The kind of change that happened.