public static interface SpeedDialView.OnChangeListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onMainActionSelected()
Called when the main action has been clicked.
|
void |
onToggleChanged(boolean isOpen)
Called when the toggle state of the speed dial menu changes (eg.
|
boolean onMainActionSelected()
void onToggleChanged(boolean isOpen)
isOpen - true if the speed dial is open, false otherwise.