Interface FileStoreMonitor.Callback

  • Enclosing class:
    FileStoreMonitor

    public static interface FileStoreMonitor.Callback
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void over​(long usableSpace, long totalSpace)  
      void tick​(long usableSpace, long totalSpace)  
      void under​(long usableSpace, long totalSpace)  
    • Method Detail

      • tick

        void tick​(long usableSpace,
                  long totalSpace)
      • over

        void over​(long usableSpace,
                  long totalSpace)
      • under

        void under​(long usableSpace,
                   long totalSpace)