Uses of Interface
ccs.utils.FileDeathObserver

Packages that use FileDeathObserver
ccs.utils Multifarious utility classes. 
 

Uses of FileDeathObserver in ccs.utils
 

Methods in ccs.utils with parameters of type FileDeathObserver
static void FileKiller.kill(java.io.File f, int mode, FileDeathObserver fdo, java.lang.Object token, FileEscapeObserver feo)
          Kill the specified file, with a specified degree of thoroughness.
static void FileKiller.killInPlace(java.io.File f, int mode, FileDeathObserver fdo, java.lang.Object token, FileEscapeObserver feo)
          Kill the specified file without renaming it, with a specified degree of thoroughness.