org.zkoss.io
Interface FileWatchdog.Callback

All Known Implementing Classes:
LogService.WatchdogCallback
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 © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo