Package 

Interface PreviewBar.OnPreviewVisibilityListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onVisibilityChanged(PreviewBar previewBar, boolean isPreviewShowing)
      • Methods inherited from class java.lang.Object

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

      • onVisibilityChanged

         abstract void onVisibilityChanged(PreviewBar previewBar, boolean isPreviewShowing)
        Parameters:
        previewBar - the PreviewBar that contains the preview
        isPreviewShowing - true if the preview is now showing, false otherwise