Package com._1c.g5.resourcemanagement
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 Summary
Modifier and TypeMethodDescriptionvoid
permissionsChanged
(String activityName, ActivityResourcePermissions updatedPermissions) Notifies about permission changes for a given activity.
-
Method Details
-
permissionsChanged
Notifies about permission changes for a given activity.- Parameters:
activityName
- The name of the activity. Cannot benull
updatedPermissions
- The updated permissions for the given activity. Cannot benull
-