Uses of Interface
br.pucrio.tecgraf.soma.job.log.watcher.interfaces.IWatcher
-
Packages that use IWatcher Package Description br.pucrio.tecgraf.soma.job.log.watcher.impl br.pucrio.tecgraf.soma.job.log.watcher.interfaces -
-
Uses of IWatcher in br.pucrio.tecgraf.soma.job.log.watcher.impl
Classes in br.pucrio.tecgraf.soma.job.log.watcher.impl that implement IWatcher Modifier and Type Class Description classDefaultFileWatcherclassJobLogFileWatcherThe Job Logs file watcher that watches for changes in files.classPollingFileWatcher -
Uses of IWatcher in br.pucrio.tecgraf.soma.job.log.watcher.interfaces
Subinterfaces of IWatcher in br.pucrio.tecgraf.soma.job.log.watcher.interfaces Modifier and Type Interface Description interfaceIFileWatcherA file watcher that notify when receive files modifications or removal.
-