public class SimpleShowcaseEventListener extends Object implements OnShowcaseEventListener
OnShowcaseEventListener which does nothing
for each event, but can be override for each one.NONE| Constructor and Description |
|---|
SimpleShowcaseEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onShowcaseViewDidHide(ShowcaseView showcaseView)
Called when the animation hiding the ShowcaseView has finished, and it is no longer visible on the screen.
|
void |
onShowcaseViewHide(ShowcaseView showcaseView)
Called when the ShowcaseView has been told to hide.
|
void |
onShowcaseViewShow(ShowcaseView showcaseView)
Called when the ShowcaseView is shown.
|
void |
onShowcaseViewTouchBlocked(android.view.MotionEvent motionEvent)
Called when the user has touched on the ShowcaseView, but the touch was blocked
|
public void onShowcaseViewHide(ShowcaseView showcaseView)
OnShowcaseEventListenerOnShowcaseEventListener.onShowcaseViewDidHide(ShowcaseView)
if you want to know when the ShowcaseView has been fully hidden.onShowcaseViewHide in interface OnShowcaseEventListenerpublic void onShowcaseViewDidHide(ShowcaseView showcaseView)
OnShowcaseEventListeneronShowcaseViewDidHide in interface OnShowcaseEventListenerpublic void onShowcaseViewShow(ShowcaseView showcaseView)
OnShowcaseEventListeneronShowcaseViewShow in interface OnShowcaseEventListenerpublic void onShowcaseViewTouchBlocked(android.view.MotionEvent motionEvent)
OnShowcaseEventListeneronShowcaseViewTouchBlocked in interface OnShowcaseEventListenermotionEvent - the blocked event