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