de.unidu.is.util
Interface IOUtilities.FileHandler

Enclosing interface:
IOUtilities

public static interface IOUtilities.FileHandler

An interface whose instances can handle a file (for arbitrary usage).

Since:
2004-05-19
Author:
Henrik Nottelmann

Method Summary
 void handle(java.io.File file)
          Will be called for a file.
 

Method Detail

handle

public void handle(java.io.File file)
Will be called for a file.

Parameters:
file - file to be handled.