org.zkoss.util.logging
Class LogService.WatchdogCallback

java.lang.Object
  extended by org.zkoss.util.logging.LogService.WatchdogCallback
All Implemented Interfaces:
FileWatchdog.Callback
Enclosing class:
LogService

public class LogService.WatchdogCallback
extends java.lang.Object
implements FileWatchdog.Callback


Method Summary
 void onModified(java.io.File file)
          Callbacks when the file is modified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onModified

public final void onModified(java.io.File file)
Description copied from interface: FileWatchdog.Callback
Callbacks when the file is modified.

Specified by:
onModified in interface FileWatchdog.Callback
Parameters:
file - the file being monitored


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo