Package icyllis.modernui.view
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.
Listens to changes in visibility as reported by
ActionProvider.refreshVisibility()
.- See Also:
-
Method Summary
-
Method Details
-
onActionProviderVisibilityChanged
void onActionProviderVisibilityChanged(boolean isVisible)
-