public class SpeechInterceptor
extends java.lang.Object
Constructor and Description |
---|
SpeechInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
addInterceptor(IInterceptor iInterceptor) |
void |
addInterceptors(IInterceptor... iInterceptors) |
java.lang.Object |
doInterceptor(java.lang.String interceptKey,
org.json.JSONObject inputObj) |
static SpeechInterceptor |
getInstance() |
void |
removeInterceptor(IInterceptor iInterceptor) |
public static SpeechInterceptor getInstance()
public void addInterceptor(IInterceptor iInterceptor)
public void addInterceptors(IInterceptor... iInterceptors)
public void removeInterceptor(IInterceptor iInterceptor)
public java.lang.Object doInterceptor(java.lang.String interceptKey, org.json.JSONObject inputObj)