Interface FacilityController.DeleteFacilityCallback
- Enclosing class:
- FacilityController
public static interface FacilityController.DeleteFacilityCallback
Callback interface for deleting a facility.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Callback which is called upon successful delete facility operation -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-