Interface FileHandler

All Known Implementing Classes:
CachedContentCleaner

public interface FileHandler
Callback interface for file-based actions.
Author:
Matt Ward
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(File file)
     
  • Method Details

    • handle

      void handle(File file)