|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileWatcher.Listener | |
org.xins.common.io | I/O-related utility classes. |
Uses of FileWatcher.Listener in org.xins.common.io |
Constructors in org.xins.common.io with parameters of type FileWatcher.Listener | |
HTTPFileWatcher(String url,
FileWatcher.Listener listener)
Creates a new HTTPFileWatcher for the specified URL. |
|
HTTPFileWatcher(String url,
int interval,
FileWatcher.Listener listener)
Creates a new HTTPFileWatcher for the specified URL, with the
specified interval. |
|
HTTPFileWatcher(String[] urls,
int interval,
FileWatcher.Listener listener)
Creates a new HTTPFileWatcher for the specified set of URLs,
with the specified interval. |
|
FileWatcher(String file,
FileWatcher.Listener listener)
Creates a new FileWatcher for the specified file. |
|
FileWatcher(String file,
int interval,
FileWatcher.Listener listener)
Creates a new FileWatcher for the specified file, with the
specified interval. |
|
FileWatcher(String[] files,
int interval,
FileWatcher.Listener listener)
Creates a new FileWatcher for the specified set of files,
with the specified interval. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |