professional audio NDK  1.1.3
Public Member Functions
IAPAResponseInterface Class Reference

An interface for sending message to UI. More...

#include <IAPAResponseInterface.h>

List of all members.

Public Member Functions

 IAPAResponseInterface ()
virtual void responseToService (const char *message)=0
virtual void responseToService (const int32_t ext1, const size_t len, void const *data)=0
virtual void responseToService (const int id, const char *message)=0

Detailed Description

An interface for sending message to UI.

It is used for sending message to UI(Android java components)
You don't need to use this interface.
All of function on it are wrapping in the IAPAInterface.
Please use IAPAInterface.
When you want to send message, Use the IAPAInterface.response


Constructor & Destructor Documentation

Constructor


Member Function Documentation

virtual void IAPAResponseInterface::responseToService ( const char *  message) [pure virtual]

Send a message to UI

Parameters:
messagea text message
virtual void IAPAResponseInterface::responseToService ( const int32_t  ext1,
const size_t  len,
void const *  data 
) [pure virtual]

Send a data to UI

Parameters:
ext1an extra parameter
lenthe written data size
datathe sending data pointer
virtual void IAPAResponseInterface::responseToService ( const int  id,
const char *  message 
) [pure virtual]

Send a message to UI

Parameters:
idan id
messagea text message

The documentation for this class was generated from the following file: