Public 成员函数 | |
| void | onOpened () |
The listener interface for receiving onOpened events. The class that is interested in processing a onOpened event implements this interface, and the object created with that class is registered with a component using the component's addOnOpenedListener method. When the onOpened event occurs, that object's appropriate method is invoked.
| void com.ab.view.slidingmenu.SlidingMenu.OnOpenedListener.onOpened | ( | ) |
On opened.
1.8.8