package uk.ac.vamsas.client.simpleclient; /** * Interface for VamsasFileWatcherElement call back events generated by the VamsasFileWatcherThread. */ public interface WatcherCallBack { /** * * @return true to enable watcher, or false to disable it in future WatcherThread cycles. */ public boolean handleWatchEvent(WatcherElement watcher, Lock lock); }