Package ej.widget.swipe
Interface SwipeListener
-
public interface SwipeListener
A swipe listener is notified when a swipe is started or stopped.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSwipeStarted()
A swipe is started.void
onSwipeStopped()
A swipe is stopped.
-