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

com.petersamokhin.bots.sdk.callbacks.callbackapi.ExecuteCallback Maven / Gradle / Ivy

The newest version!
package com.petersamokhin.bots.sdk.callbacks.callbackapi;

/**
 * Response of execute-methods
 */
public interface ExecuteCallback {

    void onResponse(Object response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy