Interface ExxtractorInformationWebService
- All Superinterfaces:
WebService
- All Known Implementing Classes:
MyBoxInformationRetrofitWebService
Abstract class which defines the structure of a my box information service
- Since:
- 1/28/14
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getExxtractorInformation
(String session, WebServiceResponseHandler<List<ExxtractorInformation>> callback) Abstract method which retrieves the my box information for the network boxes
-
Method Details
-
getExxtractorInformation
void getExxtractorInformation(String session, WebServiceResponseHandler<List<ExxtractorInformation>> callback) throws RuntimeException Abstract method which retrieves the my box information for the network boxes- Parameters:
session
- The current session for MyBoxcallback
- The callback which will be executed upon the request completion- Throws:
retrofit.RetrofitError
RuntimeException
-