Interface ExxtractorLocationService
- All Superinterfaces:
WebService
- All Known Implementing Classes:
LocationRetrofitWebService
Interface for a service that will return Exxtractor Location entities on the box
- Since:
- 8/13/14
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getExxtractorLocation
(int deviceType, WebServiceResponseHandler<Location> handler) Method that retrieves the information for an exxtractor given a certain location
-
Method Details
-
getExxtractorLocation
Method that retrieves the information for an exxtractor given a certain location- Parameters:
deviceType
- the device type used that generate the requesthandler
- the handler to manage the request status
-