org.zkoss.io
Interface FileWatchdog.Callback

Enclosing class:
FileWatchdog

public static interface FileWatchdog.Callback

The interface to implement when using a FileWatchdog.


Method Summary
 void onModified(java.io.File file)
          Callbacks when the file is modified.
 

Method Detail

onModified

void onModified(java.io.File file)
                throws java.lang.Exception
Callbacks when the file is modified.

Parameters:
file - the file being monitored
Throws:
java.lang.Exception


Copyright © 2011. All Rights Reserved.