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

rinde.sim.scenario.TimedEventHandler Maven / Gradle / Ivy

There is a newer version: 4.4.6
Show newest version
/**
 * 
 */
package rinde.sim.scenario;

/**
 * @author Rinde van Lon 
 * 
 */
public interface TimedEventHandler {

  boolean handleTimedEvent(TimedEvent event);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy