tech.xigam.cch.command.Callable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CCH Show documentation
Show all versions of CCH Show documentation
A really useful and simple command handler for JDA.
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