- Type Parameters:
T
- the type of the Captain Up Object. Should probably be some inherited more concrete type of CaptainUpObject
.
public interface CaptainUpListCallback<T extends CaptainUpObject>
A generic interface for retrieving the response for asynchronous Captain Up operations that return a list.
An exception is raised when there was a problem submitting the request to the Captain Up servers.
If request was submitted successfully, but was not handled correctly (e.g. there are not permissions),
there will be no exception, and the response will contain the error.