Interface IHostResourceManagerListener


  • public interface IHostResourceManagerListener
    Listener which is being notified then the permissions for the corresponding plan activity are changed. The listener should be registed via the IHostResourceManagementHandle methods to receive notifications.
    • Method Detail

      • permissionsChanged

        void permissionsChanged​(String activityName,
                                ActivityResourcePermissions updatedPermissions)
        Notifies about permission changes for a given activity.
        Parameters:
        activityName - The name of the activity. Cannot be null
        updatedPermissions - The updated permissions for the given activity. Cannot be null