uk.ac.vamsas.client.simpleclient
Interface WatcherCallBack


public interface WatcherCallBack

Interface for VamsasFileWatcherElement call back events generated by the VamsasFileWatcherThread.


Method Summary
 boolean handleWatchEvent(WatcherElement watcher, Lock lock)
           
 

Method Detail

handleWatchEvent

public boolean handleWatchEvent(WatcherElement watcher,
                                Lock lock)
Returns:
true to enable watcher, or false to disable it in future WatcherThread cycles.