T
- The required class for the callback.public interface Callback<T>
Modifier and Type | Method and Description |
---|---|
void |
call(T obj)
Make the asynchronous response.
|
void |
onError()
Called if there was an error retrieving the calendar response.
|
void call(T obj)
obj
- The object to respond with.void onError()
Copyright © 2015 Caplin Systems.