Interface to be implemented in order to support listener management. More...
import "XPlayerNotifier.idl";
 
  
| Public Member Functions | |
| void | addPlayerListener ([in] XPlayerListener xListener) | 
| Interface for clients to register as XPlayerListener. | |
| void | removePlayerListener ([in] XPlayerListener xListener) | 
| Interface for clients to unregister as XPlayerListener. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Interface to be implemented in order to support listener management.
| void addPlayerListener | ( | [in] XPlayerListener | xListener | ) | 
Interface for clients to register as XPlayerListener.
| xListener | The XPlayerListener interface of the listener that wants to receive events. | 
Invalid interfaces or NULL values will be ignored.
| void removePlayerListener | ( | [in] XPlayerListener | xListener | ) | 
Interface for clients to unregister as XPlayerListener.
| xListener | The XPlayerListener interface of the listener that wants to receive events. | 
Invalid interfaces or NULL values will be ignored.