Package systems.dmx.files.event
Interface CheckDiskQuota
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AccessControlPlugin
public interface CheckDiskQuota extends EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkDiskQuota(String username, long fileSize, long diskQuota)
-
-
-
Method Detail
-
checkDiskQuota
void checkDiskQuota(String username, long fileSize, long diskQuota)
-
-