001package systems.dmx.files; 002 003 004 005public interface DiskQuotaCheck { 006 007 void check(long fileSize); 008}