Expresso 5-6

com.jcorporate.expresso.services.crontab
Interface CrontabListenerI


public interface CrontabListenerI

Implement this interface if you want your class called

Author:
Mike Dubman

Method Summary
 void handleCrontabEntry(CrontabEntry entry)
          This is what is called when the crontab 'rings'
 

Method Detail

handleCrontabEntry

public void handleCrontabEntry(CrontabEntry entry)
This is what is called when the crontab 'rings'

Parameters:
entry - the CrontabEntry that 'rang'

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.