Package 

Interface AnalysisFragmentInterface

    • Method Summary

      Modifier and Type Method Description
      abstract void setListener(@NonNull() AnalysisFragmentListener listener) Set a listener for analysis events.
      • Methods inherited from class java.lang.Object

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

      • setListener

         abstract void setListener(@NonNull() AnalysisFragmentListener listener)

        Set a listener for analysis events.

        By default the hosting Activity is expected to implementthe AnalysisFragmentListener. In case that is not feasible you may set thelistener using this method.

        Note: the listener is expected to be available until the fragment isattached to an activity. Make sure to set the listener before that.

        Parameters:
        listener - AnalysisFragmentListener instance