ccs.utils
Interface FileEscapeObserver
public interface FileEscapeObserver
Interface to allow FileKiller users to be notified when it falls
        down on the job.
| 
Method Summary | 
 void | 
fileEscaped(java.io.File oldf,
            java.io.File usef,
            java.lang.Exception e)
 
          Called when FileKiller is unable to complete the process of wiping a file
        asynchronously. | 
 
fileEscaped
void fileEscaped(java.io.File oldf,
                 java.io.File usef,
                 java.lang.Exception e)
- Called when FileKiller is unable to complete the process of wiping a file
        asynchronously. If the process fails synchronously, the original call will throw
        instead.
- Parameters:
 oldf - The original filename.usef - The temporary file used during wiping.e - The exception that aborted the wipe..