Interface AnnotationEditor.OnDismissedListener

  • All Implemented Interfaces:

    
    public interface AnnotationEditor.OnDismissedListener
    
                        

    Listener to be called once the annotation editor has been dismissed. Also used to notify if the user asked to remove the edited annotation from the document.

    • 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
    • Method Summary

      Modifier and Type Method Description
      abstract void onAnnotationEditorDismissed(@NonNull() AnnotationEditor annotationEditor, boolean removeAnnotation) Called when the annotation editor has been dismissed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onAnnotationEditorDismissed

         abstract void onAnnotationEditorDismissed(@NonNull() AnnotationEditor annotationEditor, boolean removeAnnotation)

        Called when the annotation editor has been dismissed. Also used as a callback if the user likes to remove the annotation from the document.

        Parameters:
        annotationEditor - The annotation editor that has been dismissed.
        removeAnnotation - If true, the editor was dismissed because the user requested to remove the annotation from the document.