Uses of Class
org.jivesoftware.smackx.commands.LocalCommand
-
Packages that use LocalCommand Package Description org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands. -
-
Uses of LocalCommand in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return LocalCommand Modifier and Type Method Description LocalCommand
LocalCommandFactory. getInstance()
Returns an instance of a LocalCommand.Method parameters in org.jivesoftware.smackx.commands with type arguments of type LocalCommand Modifier and Type Method Description void
AdHocCommandManager. registerCommand(String node, String name, Class<? extends LocalCommand> clazz)
Registers a new command with this command manager, which is related to a connection.
-