Interface FixedAclUpdaterListener
-
public interface FixedAclUpdaterListenerListener to receive callback events when permissions are asynchronously updated with theFixedAclUpdater.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpermissionsUpdatedAsynchronously(NodeRef nodeRef)Callback method for when permissions have been updated by the FixedAclUpdater.
-
-
-
Method Detail
-
permissionsUpdatedAsynchronously
void permissionsUpdatedAsynchronously(NodeRef nodeRef)
Callback method for when permissions have been updated by the FixedAclUpdater.
-
-