Uses of Interface
com.helger.commons.io.watchdir.IWatchDirCallback
-
Packages that use IWatchDirCallback Package Description com.helger.commons.io.watchdir -
-
Uses of IWatchDirCallback in com.helger.commons.io.watchdir
Methods in com.helger.commons.io.watchdir that return types with arguments of type IWatchDirCallback Modifier and Type Method Description CallbackList<IWatchDirCallback>WatchDir. callbacks()Methods in com.helger.commons.io.watchdir with parameters of type IWatchDirCallback Modifier and Type Method Description static WatchDirWatchDir. createAsyncRunningWatchDir(Path aDir, boolean bRecursive, IWatchDirCallback aCallback)Static factory method to create a simpleWatchDirinstance that already spawned an Thread to listen.
-