com.googlecode.androidannotations.annotations
Annotation Type SeekBarTouchStart
@Retention(value=CLASS)
@Target(value=METHOD)
public @interface SeekBarTouchStart
This annotation is intended to be used on methods to receive events defined
by
SeekBar.OnSeekBarChangeListener.onStartTrackingTouch(SeekBar seekBar)
when the user begins to move the cursor of the targeted SeekBar.
The annotation value should be one or several R.id.* fields that refers to an
android.widget.SeekBar. If not set, the method name will be used as the
R.id.* field name.
The method can have zero or one parameter of type SeekBar.
- Since:
- 2.7
- See Also:
SeekBarTouchStop
,
SeekBarProgressChange
value
public abstract int[] value
- Default:
- -1
resName
public abstract String[] resName
- Default:
- ""
Copyright © 2010-2013. All Rights Reserved.