All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.almende.eve.clock.Clock Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
package com.almende.eve.clock;

import org.joda.time.DateTime;

public interface Clock {
	public void requestTrigger(String agentId, DateTime due, Runnable callback);
	public void runInPool(Runnable method);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy