java.lang.Object | |
↳ | com.google.code.linkedinapi.client.AsyncResponseHandler<T extends com.google.code.linkedinapi.schema.SchemaEntity> |
The Abstract class AsyncResponseHandler.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
future |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get a reference to the future.
| |||||||||||
Handle response.
| |||||||||||
Set future
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Get a reference to the future.
Handle response.
response | The response |
---|
Set future
future | The future |
---|