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

ru.codeoff.bots.message.MessageHandler Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package ru.codeoff.bots.message;

/**
 * The interface Message handler.
 */
public interface MessageHandler {

    /**
     * Execute.
     *
     * @param sender the sender
     * @param args   the args
     */
    void execute(final Integer sender, final String[] args);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy