public interface FensterEventsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onHorizontalScroll(android.view.MotionEvent event,
float delta) |
void |
onSwipeBottom() |
void |
onSwipeLeft() |
void |
onSwipeRight() |
void |
onSwipeTop() |
void |
onTap() |
void |
onVerticalScroll(android.view.MotionEvent event,
float delta) |
void onTap()
void onHorizontalScroll(android.view.MotionEvent event,
float delta)
void onVerticalScroll(android.view.MotionEvent event,
float delta)
void onSwipeRight()
void onSwipeLeft()
void onSwipeBottom()
void onSwipeTop()