com.petersamokhin.bots.sdk.callbacks.Callback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vk-bot-java-sdk Show documentation
Show all versions of vk-bot-java-sdk Show documentation
SDK for interacting with VK.com API
The newest version!
package com.petersamokhin.bots.sdk.callbacks;
/**
* For all callbacks compatibility.
*/
public interface Callback {
}