Uses of Interface
com.helger.commons.io.watchdir.IWatchDirCallback
Packages that use IWatchDirCallback
-
Uses of IWatchDirCallback in com.helger.commons.io.watchdir
Methods in com.helger.commons.io.watchdir that return types with arguments of type IWatchDirCallbackMethods in com.helger.commons.io.watchdir with parameters of type IWatchDirCallbackModifier and TypeMethodDescriptionstatic WatchDirWatchDir.createAsyncRunningWatchDir(Path aDir, boolean bRecursive, IWatchDirCallback aCallback) Static factory method to create a simpleWatchDirinstance that already spawned an Thread to listen.