Interface QueryableBuiltInRoles.Listener

Enclosing class:
QueryableBuiltInRoles

public static interface QueryableBuiltInRoles.Listener
A listener that is notified when the built-in roles change.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the built-in roles change.
  • Method Details

    • onRolesChanged

      void onRolesChanged(QueryableBuiltInRoles roles)
      Called when the built-in roles change.
      Parameters:
      roles - the new built-in roles.