public class BaseListenerImpl extends java.lang.Object implements IBaseListener
| Constructor and Description |
|---|
BaseListenerImpl(long id)
Constructor with listener id.
|
| Modifier and Type | Method and Description |
|---|---|
IAdaptiveRPGroup |
getAPIGroup()
Return the API group for the given interface.
|
java.lang.String |
getAPIVersion()
Return the API version for the given interface.
|
long |
getId()
Return the unique listener identifier.
|
com.google.gson.Gson |
getJSONParser()
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
|
public BaseListenerImpl(long id)
id - The id of the listener.public final IAdaptiveRPGroup getAPIGroup()
getAPIGroup in interface IAdaptiveRPpublic java.lang.String getAPIVersion()
getAPIVersion in interface IAdaptiveRPpublic final com.google.gson.Gson getJSONParser()
public long getId()
getId in interface IBaseListener