In this example we are going to demonstrate how to make use of a Quartz File Watcher. Quartz is an open source framework that specializes in scheduling and executing jobs within a Java application. This example monitors a file over a regularly scheduled interval and will respond to any change to the file by executing a listener. We ...
↧