ibi.broker.scheduler.plugin
Interface JobListener

All Superinterfaces:
java.util.EventListener

public interface JobListener
extends java.util.EventListener

A listener interface for receiving JobEvents. A class that is interested in receiving such events implements this interface, and then registers itself with the Distribution Server from ReportCaster configuration tool, or by calling ReportCaster API.


Method Summary
 void processJob(JobEvent e)
          Invoked when an job event occurs.
 

Method Detail

processJob

void processJob(JobEvent e)
Invoked when an job event occurs.



Copyright © 2006 Information Builders, Incorporated.