-
public interface IDragServiceAuthor: liecoder Date: 2024/8/13 周二 Version: 1.0
-
-
Method Summary
Modifier and Type Method Description abstract UnitonStartDrag()abstract UnitonItemMoved(Integer fromPosition, Integer toPosition)-
-
Method Detail
-
onStartDrag
abstract Unit onStartDrag()
-
onItemMoved
abstract Unit onItemMoved(Integer fromPosition, Integer toPosition)
-
-
-
-