Interface FirebaseOrganizer.FacilityUpdateCallback
- Enclosing class:
- FirebaseOrganizer
public static interface FirebaseOrganizer.FacilityUpdateCallback
Callback interface for handling the result of updating a facility.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback which contains an error message.voidCallback which is called upon successful update of a facility.
-
Method Details
-
onFacilityUpdated
void onFacilityUpdated()Callback which is called upon successful update of a facility. -
onError
Callback which contains an error message.- Parameters:
message- Description of the error.
-