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

com.github.czyzby.lml.parser.action.ActorConsumer Maven / Gradle / Ivy

package com.github.czyzby.lml.parser.action;

/** A simple interface that allows to assign actions to actors.
 *
 * @author MJ */
public interface ActorConsumer {
    /** @param actor triggered when a specified action concerning this actor was fired.
     * @return value returned by the action. Might be null, if no result is expected. */
    ReturnType consume(Widget actor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy