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