Package org.alfresco.repo.usage
Interface RepoUsageComponent.RestrictionObserver
-
- All Known Implementing Classes:
RepoUsageMonitor
- Enclosing interface:
- RepoUsageComponent
public static interface RepoUsageComponent.RestrictionObserverInterface for observers of repository restriction changes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonChangeRestriction(RepoUsage restrictions)Called when restrictions are changed
-
-
-
Method Detail
-
onChangeRestriction
void onChangeRestriction(RepoUsage restrictions)
Called when restrictions are changed- Parameters:
restrictions- the new restrictions
-
-