Package ej.widget.swipe
Interface Swipeable
-
public interface Swipeable
A swipeable element receives notifications from aSwipeEventHandler
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onMove(int position)
The content is moved to the given position.
-