public static abstract class FloatingActionButton.OnVisibilityChangedListener
extends Object
java.lang.Object | |
↳ | android.support.design.widget.FloatingActionButton.OnVisibilityChangedListener |
Callback to be invoked when the visibility of a FloatingActionButton changes.
Public constructors |
|
---|---|
FloatingActionButton.OnVisibilityChangedListener() |
Public methods |
|
---|---|
void |
onHidden(FloatingActionButton fab) Called when a FloatingActionButton has been |
void |
onShown(FloatingActionButton fab) Called when a FloatingActionButton has been |
Inherited methods |
|
---|---|
![]() java.lang.Object
|
FloatingActionButton.OnVisibilityChangedListener ()
void onHidden (FloatingActionButton fab)
Called when a FloatingActionButton has been hidden
.
Parameters | |
---|---|
fab |
FloatingActionButton : the FloatingActionButton that was hidden. |
void onShown (FloatingActionButton fab)
Called when a FloatingActionButton has been shown
.
Parameters | |
---|---|
fab |
FloatingActionButton : the FloatingActionButton that was shown. |