C G H 
All Classes All Packages

C

com.inet.cowork.api.commands - package com.inet.cowork.api.commands
 
CommandDescription - Class in com.inet.cowork.api.commands
Description of a CoWork command provided by a CoWorkCommandProvider.
CommandDescription(String, String) - Constructor for class com.inet.cowork.api.commands.CommandDescription
Creates a description for a command
CoWorkCommandHandler - Interface in com.inet.cowork.api.commands
Handler interface for CoWork Commands (texts that start with /).
CoWorkCommandProvider - Interface in com.inet.cowork.api.commands
Provider of possible commands.

G

getCommand() - Method in class com.inet.cowork.api.commands.CommandDescription
Returns the command syntax to be used.
getCommands(GUID) - Method in interface com.inet.cowork.api.commands.CoWorkCommandProvider
Returns a list of commands this provider offers.
getHelpText() - Method in class com.inet.cowork.api.commands.CommandDescription
Returns a help text to describe the command

H

handleCommandMessage(GUID, GUID, GUID, String) - Method in interface com.inet.cowork.api.commands.CoWorkCommandHandler
Handles a command message that was sent as message in CoWork and started with a /
C G H 
All Classes All Packages