Package 

Interface AccessibilityListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onAccessibilityStateChanged(boolean enabled) Called back on change in the accessibility state.
      • Methods inherited from class java.lang.Object

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

      • onAccessibilityStateChanged

         abstract void onAccessibilityStateChanged(boolean enabled)

        Called back on change in the accessibility state.

        Parameters:
        enabled - Whether accessibility is enabled.