org.quartz.examples.example9
Class ListenerExample

java.lang.Object
  extended by org.quartz.examples.example9.ListenerExample

public class ListenerExample
extends Object

Demonstrates the behavior of JobListeners. In particular, this example will use a job listener to trigger another job after one job succesfully executes.


Constructor Summary
ListenerExample()
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerExample

public ListenerExample()
Method Detail

run

public void run()
         throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.