Interface FacilityController.FacilityCreationCallback

Enclosing class:
FacilityController

public static interface FacilityController.FacilityCreationCallback
Callback interface for facility creation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Callback which contains the id of a created facility
  • Method Details

    • onFacilityCreated

      void onFacilityCreated(String facilityId)
      Callback which contains the id of a created facility
      Parameters:
      facilityId - String representing facilityId
    • onError

      void onError(String message)
      Callback which contains an error message
      Parameters:
      message - description of the error