public abstract static class FloatingActionButton.OnVisibilityChangedListener extends Object
Constructor and Description |
---|
OnVisibilityChangedListener() |
Modifier and Type | Method and Description |
---|---|
void |
onHidden(FloatingActionButton fab)
Called when a FloatingActionButton has been
hidden . |
void |
onShown(FloatingActionButton fab)
Called when a FloatingActionButton has been
shown . |
public void onShown(FloatingActionButton fab)
shown
.fab
- the FloatingActionButton that was shown.public void onHidden(FloatingActionButton fab)
hidden
.fab
- the FloatingActionButton that was hidden.