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

com.stateforge.statemachine.event.IEvent Maven / Gradle / Ivy

There is a newer version: 3.6
Show newest version
/**
 * Frederic Heem
 * [email protected]
 * Copyright 2007, All right reserved
 */
package com.stateforge.statemachine.event;

/**
 * @author heefre
 *
 */
public interface IEvent {

    /**
     * Dispatch the event by invoking the object´s method with the stored parameters
     * @throws EventException
     */
    void dispatch() throws EventException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy