public class OnBoomListenerAdapter extends java.lang.Object implements OnBoomListener
| 构造器和说明 |
|---|
OnBoomListenerAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
public void onClicked(int index,
BoomButton boomButton)
onClicked 在接口中 OnBoomListenerindex - index of the clicked boom-buttonboomButton - the clicked boom-buttonpublic void onBackgroundClick()
onBackgroundClick 在接口中 OnBoomListenerpublic void onBoomWillHide()
onBoomWillHide 在接口中 OnBoomListenerpublic void onBoomDidHide()
onBoomDidHide 在接口中 OnBoomListenerpublic void onBoomWillShow()
onBoomWillShow 在接口中 OnBoomListenerpublic void onBoomDidShow()
onBoomDidShow 在接口中 OnBoomListener