Interface ActionProvider.VisibilityListener

Enclosing class:
ActionProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ActionProvider.VisibilityListener
Listens to changes in visibility as reported by ActionProvider.refreshVisibility().
See Also:
  • Method Details

    • onActionProviderVisibilityChanged

      void onActionProviderVisibilityChanged(boolean isVisible)