com.petersamokhin.bots.sdk.callbacks.callbackapi.ExecuteCallback 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.callbackapi;
/**
* Response of execute-methods
*/
public interface ExecuteCallback {
void onResponse(Object response);
}