EAEExxtractorNeighborRequesting
Objective-C
@protocol EAEExxtractorNeighborRequesting <NSObject>
/*!
Method that performs the request which retrieves the server neighbors
@param success The block which will be executed upon a successful request
@param failure The block which will be executed upon a failed request
*/
- (void)requestNeighborListWithSuccess:(BAWebServiceSuccessResponse)success
failure:(BAWebServiceFailureResponse)failure;
@end
Swift
protocol EAEExxtractorNeighborRequesting : NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)requestNeighborListWithSuccess:(BAWebServiceSuccessResponse)success failure:(BAWebServiceFailureResponse)failure;
Swift
func requestNeighborList(success: BAWebServiceSuccessResponse!, failure: BAWebServiceFailureResponse!)