Package com.skydoves.powerspinner
Interface OnSpinnerOutsideTouchListener
-
- All Implemented Interfaces:
public interface OnSpinnerOutsideTouchListenerInterface definition for a callback to be invoked when touched on outside of the spinner popup.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSpinnerOutsideTouch(View view, MotionEvent event)-
-
Method Detail
-
onSpinnerOutsideTouch
abstract Unit onSpinnerOutsideTouch(View view, MotionEvent event)
-
-
-
-