public interface OnBoomListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onBackgroundClick()
When the background of boom-buttons is clicked.
|
void |
onBoomDidHide()
When the BMB finishes hide animations.
|
void |
onBoomDidShow()
When the BMB finished boom animations.
|
void |
onBoomWillHide()
When the BMB is going to hide its boom-buttons.
|
void |
onBoomWillShow()
When the BMB is going to show its boom-buttons.
|
void |
onClicked(int index,
BoomButton boomButton)
When one of the boom-button is clicked.
|
void onClicked(int index,
BoomButton boomButton)
index - index of the clicked boom-buttonboomButton - the clicked boom-buttonvoid onBackgroundClick()
void onBoomWillHide()
void onBoomDidHide()
void onBoomWillShow()
void onBoomDidShow()