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

jadex.platform.service.ecarules.FinishedEvent Maven / Gradle / Ivy

package jadex.platform.service.ecarules;

/**
 * 
 */
public class FinishedEvent extends  ARulebaseEvent
{
	/**
	 *  Create a new rule event.
	 */
	public FinishedEvent()
	{
	}
	
	/**
	 *  Create a new rule event.
	 */
	public FinishedEvent(int callid, int id)
	{
		super(callid);
		this.id = id;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy