package com.withiter.quhao.view.adapter; public interface OnWheelChangedListener { void onChanged(WheelView wheel, int oldValue, int newValue); }