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 LocalCommandLocalCommandFactory. 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 voidAdHocCommandManager. registerCommand(java.lang.String node, java.lang.String name, java.lang.Class<? extends LocalCommand> clazz)Registers a new command with this command manager, which is related to a connection.
-