Package com.pspdfkit.instant.annotations
Interface InstantAnnotationProvider.OnNonAnnotationChangeListener
-
- All Implemented Interfaces:
public interface InstantAnnotationProvider.OnNonAnnotationChangeListener
Object to be notified whenever a local non-annotation change happens.
-
-
Method Summary
Modifier and Type Method Description abstract void
onNonAnnotationChange(InstantAnnotationProvider.NonAnnotationChange change)
Called when the annotation provider generated new non-annotation changes, that would require syncing. -
-
Method Detail
-
onNonAnnotationChange
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.
-
-
-
-