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 TypeMethodDescriptionvoid
Callback which contains an error message.void
Callback 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.
-