org.quartz.examples.example9
Class ListenerExample
java.lang.Object
org.quartz.examples.example9.ListenerExample
public class ListenerExample
- extends Object
Demonstrates the behavior of JobListener
s. In particular,
this example will use a job listener to trigger another job after one
job succesfully executes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListenerExample
public ListenerExample()
run
public void run()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2010. All Rights Reserved.