public static interface SuperTextView.OnDrawableClickedListener
限定符和类型 | 方法和说明 |
---|---|
void |
onDrawable1Clicked(SuperTextView stv)
当 Drawable1 被点击时触发。
|
void |
onDrawable2Clicked(SuperTextView stv)
当 Drawable2 被点击时触发。
|
void onDrawable1Clicked(SuperTextView stv)
stv
- void onDrawable2Clicked(SuperTextView stv)
stv
-