Public 成员函数 | |
| AbIocEventListener (Object handler) | |
| AbIocEventListener | click (String method) |
| AbIocEventListener | longClick (String method) |
| AbIocEventListener | itemLongClick (String method) |
| AbIocEventListener | itemClick (String method) |
| AbIocEventListener | select (String method) |
| AbIocEventListener | noSelect (String method) |
| boolean | onLongClick (View v) |
| boolean | onItemLongClick (AdapterView<?> arg0, View arg1, int arg2, long arg3) |
| void | onItemSelected (AdapterView<?> arg0, View arg1, int arg2, long arg3) |
| void | onNothingSelected (AdapterView<?> arg0) |
| void | onItemClick (AdapterView<?> arg0, View arg1, int arg2, long arg3) |
| void | onClick (View v) |
静态 Public 属性 | |
| static final int | CLICK = 0 |
| static final int | LONGCLICK = 1 |
| static final int | ITEMCLICK = 2 |
| static final int | ITEMLONGCLICK = 3 |
Private 成员函数 | |
| Object | invokeClickMethod (Object handler, String methodName, Object...params) |
| boolean | invokeLongClickMethod (Object handler, String methodName, Object...params) |
| Object | invokeItemClickMethod (Object handler, String methodName, Object...params) |
| boolean | invokeItemLongClickMethod (Object handler, String methodName, Object...params) |
| Object | invokeItemSelectMethod (Object handler, String methodName, Object...params) |
| Object | invokeNoSelectMethod (Object handler, String methodName, Object...params) |
Private 属性 | |
| Object | handler |
| String | clickMethod |
| String | longClickMethod |
| String | itemClickMethod |
| String | itemSelectMethod |
| String | nothingSelectedMethod |
| String | itemLongClickMehtod |
The listener interface for receiving abIocEvent events. The class that is interested in processing a abIocEvent event implements this interface, and the object created with that class is registered with a component using the component's addAbIocEventListener method. When the abIocEvent event occurs, that object's appropriate method is invoked.
|
inline |
Instantiates a new ab ioc event listener.
| handler | the handler |
|
inline |
Click.
| method | the method |
|
inlineprivate |
Invoke click method.
| handler | the handler |
| methodName | the method name |
| params | the params |
|
inlineprivate |
Invoke item click method.
| handler | the handler |
| methodName | the method name |
| params | the params |
onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3)
|
inlineprivate |
Invoke item long click method.
| handler | the handler |
| methodName | the method name |
| params | the params |
onItemLongClick(AdapterView<?> arg0, View arg1, int arg2,long arg3)
|
inlineprivate |
Invoke item select method.
| handler | the handler |
| methodName | the method name |
| params | the params |
onItemSelected(AdapterView<?> arg0, View arg1, int arg2,long arg3)
|
inlineprivate |
Invoke long click method.
| handler | the handler |
| methodName | the method name |
| params | the params |
|
inlineprivate |
Invoke no select method.
| handler | the handler |
| methodName | the method name |
| params | the params |
|
inline |
Item click.
| method | the method |
|
inline |
Item long click.
| method | the method |
|
inline |
Long click.
| method | the method |
|
inline |
No select.
| method | the method |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Select.
| method | the method |
|
static |
The Constant CLICK.
|
private |
The click method.
|
private |
The handler.
|
static |
The Constant ITEMCLICK.
|
private |
The item click method.
|
static |
The Constant ITEMLONGCLICK.
|
private |
The item long click mehtod.
|
private |
The item select method.
|
static |
The Constant LONGCLICK.
|
private |
The long click method.
|
private |
The nothing selected method.
1.8.8