-
public interface SlideToActView.OnSlideResetListenerEvent handler for the slide react event. Use this handler to inform the user that he can slide again.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSlideReset(SlideToActView view)Called when slides is again available -
-
Method Detail
-
onSlideReset
abstract Unit onSlideReset(SlideToActView view)
Called when slides is again available
- Parameters:
view- The SlideToActView who created the event
-
-
-
-