SMILA 1.0 API documentation

org.eclipse.smila.jobmanager.persistence
Interface JobRunListener

All Known Implementing Classes:
JobRunEngineImpl

public interface JobRunListener

Listener that listenes for Job Run events.


Method Summary
 void notifiyAboutJobRunCompletion(java.lang.String jobName)
          callback method to be notified about job run completion events.
 

Method Detail

notifiyAboutJobRunCompletion

void notifiyAboutJobRunCompletion(java.lang.String jobName)
callback method to be notified about job run completion events.


SMILA 1.0 API documentation