
org.sakaiproject.api.app.scheduler.ScheduledInvocationCommand Maven / Gradle / Ivy
package org.sakaiproject.api.app.scheduler;
//this is the worker API that tools implement and actually do the real work
public interface ScheduledInvocationCommand {
public void execute(String opaqueContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy