Interface UserController.AddUserCallback

Enclosing class:
UserController

public static interface UserController.AddUserCallback
Callback interface for adding a user.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Callback which is called upon successful add user operation
  • Method Details

    • onSuccess

      void onSuccess()
      Callback which is called upon successful add user operation
    • onError

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