ASTListener Class Reference
ASTProvider listener interface.
More...
#include <ActivaAPI.h>
List of all members.
Detailed Description
ASTProvider listener interface.
ASTListener defines a listener interface that will receive ASTProvider event notifications. Application should implement this interface deriving a class from ASTListener and re-implementing the needed methods.
Listener interface methods are supposed to:
- Do not change parameters passed.
- Be short, fast to avoid blocking the provider thread.
- Do not call any provider method
The documentation for this class was generated from the following file:
- astprovider/ActivaAPI/ActivaAPI.h