public class JobCoordinator extends java.lang.Thread implements FilePollerListenerInterface
| Constructor and Description |
|---|
JobCoordinator()
Create the JobCoordinator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fileChange(FilePollerEvent ev)
The event listener.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic void fileChange(FilePollerEvent ev)
fileChange in interface FilePollerListenerInterfaceev - The event that started the listener#com.highqsoft.util.FilePollerEvent,
#com.highqsoft.util.FilePoller