subscribeToPermission

public abstract void subscribeToPermission(String permission, Permissible permissible)

Subscribes the given Permissible for information about the requested Permission, by name.

If the specified Permission changes in any form, the Permissible will be asked to recalculate.

Parameters

permission

Permission to subscribe to

permissible

Permissible subscribing