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

tech.xigam.cch.command.Callable Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
package tech.xigam.cch.command;

import tech.xigam.cch.utils.Callback;

/**
 * Declares a class as callable, allowing:
 * - buttons to work
 * - forms to work
 */
public interface Callable {
    void callback(Callback callback);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy