Public 成员函数 | |
| abstract void | open () |
| abstract void | close () |
The listener interface for receiving abOnOpen events. The class that is interested in processing a abOnOpen event implements this interface, and the object created with that class is registered with a component using the component's addAbOnOpenListener method. When the abOnOpen event occurs, that object's appropriate method is invoked.
|
pure virtual |
Close.
|
pure virtual |
Open.
1.8.4