Interface DocumentCoordinator.OnDocumentsChangedListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • onDocumentMoved

         abstract void onDocumentMoved(@NonNull() DocumentDescriptor documentDescriptor, int targetIndex)

        Called after document has been moved in the documents list.

        Parameters:
        documentDescriptor - Moved document.
        targetIndex - Index to which the document has been moved.
      • onDocumentUpdated

         abstract void onDocumentUpdated(@NonNull() DocumentDescriptor documentDescriptor)

        Called after document has been updated - for example after it's been loaded.

        Parameters:
        documentDescriptor - Updated document.