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

jadex.rules.eca.IEvent Maven / Gradle / Ivy

There is a newer version: 4.0.267
Show newest version
package jadex.rules.eca;

/**
 *  Interface for an event.
 */
public interface IEvent
{
	/**
	 *  Get the type.
	 *  @return the type.
	 */
	public EventType getType();

	/**
	 *  Get the content.
	 *  @return the content.
	 */
	public Object getContent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy