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