public interface TimoCloudCoreAPI
| Modifier and Type | Method and Description |
|---|---|
void |
registerCommandHandler(CommandHandler commandHandler,
String... commands)
Register a command handler.
|
void |
unregisterCommandHandler(String... commands)
Unregister a command handler.
|
void registerCommandHandler(CommandHandler commandHandler, String... commands)
commandHandler - The handler which shall get notified about commandscommands - The commands the handler shall be notified aboutvoid unregisterCommandHandler(String... commands)
commands - Unregisters all of the handlers assigned to these commandsCopyright © 2025. All rights reserved.