Uses of Interface
com.helger.io.watchdir.IWatchDirCallback
Packages that use IWatchDirCallback
-
Uses of IWatchDirCallback in com.helger.io.watchdir
Methods in com.helger.io.watchdir that return types with arguments of type IWatchDirCallbackModifier and TypeMethodDescription@NonNull com.helger.base.callback.CallbackList<IWatchDirCallback> WatchDir.callbacks()Methods in com.helger.io.watchdir with parameters of type IWatchDirCallbackModifier and TypeMethodDescriptionstatic @NonNull WatchDirWatchDir.createAsyncRunningWatchDir(@NonNull Path aDir, boolean bRecursive, @NonNull IWatchDirCallback aCallback) Static factory method to create a simpleWatchDirinstance that already spawned an Thread to listen.