Interface AnnotationCreatorInputDialogFragment.OnAnnotationCreatorSetListener

    • 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 onAnnotationCreatorSet(@NonNull() String annotationCreator) This Callback gets invoked when the user completed setting an annotation creator name.
      abstract void onAbort() Called when the user aborted setting an annotation creator name.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onAnnotationCreatorSet

         abstract void onAnnotationCreatorSet(@NonNull() String annotationCreator)

        This Callback gets invoked when the user completed setting an annotation creator name.

        Parameters:
        annotationCreator - The name of the annotation creator that has been set by the user.
      • onAbort

         abstract void onAbort()

        Called when the user aborted setting an annotation creator name.