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

paxel.lintstone.api.ReplyHandler Maven / Gradle / Ivy

The newest version!
package paxel.lintstone.api;

/**
 * represents the handler for a reply. The mec object contains the actual reply and can be accessed the normal way.
 * You can NOT reply to this.
 */
@FunctionalInterface
public interface ReplyHandler {
    /**
     * Processes the reply encapsulated in the context.
     *
     * @param mec The message context.
     */
    void process(LintStoneMessageEventContext mec);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy