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

cf.janga.jsyms.messaging.Messageable Maven / Gradle / Ivy

package cf.janga.jsyms.messaging;

/**
 * An entity that can receive messages from another entity.
 *
 * @author Emerson Loureiro ([email protected]).
 */
public interface Messageable {

    /**
     * Sends the message provided to this messageable.
     *
     * @param message Message to be sent
     */
    void doMessage(Message message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy