![JAR search and dependency download from the Maven repository](/logo.png)
ru.codeoff.bots.message.MessageHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vk-bot-keyboard Show documentation
Show all versions of vk-bot-keyboard Show documentation
SDK for interacting with VK.com API
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