Public 成员函数 | |
| void | onChange (int position) |
The listener interface for receiving abOnChange events. The class that is interested in processing a abOnChange event implements this interface, and the object created with that class is registered with a component using the component's addAbOnChangeListener method. When the abOnChange event occurs, that object's appropriate method is invoked.
| void com.ab.view.listener.AbOnChangeListener.onChange | ( | int | position) |
On change.
| position | the position |
1.8.4