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

net.sf.jcc.state.StateEngine Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package net.sf.jcc.state;

public interface StateEngine 
{
	public String initialise(Entity target, String trigger);
	public String signal(Entity target, String state, String trigger);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy