Package tigase.component.modules.impl
Interface AdHocCommandModule.ScriptCommandProcessor
-
- All Known Implementing Classes:
ComponenScriptCommandProcessor
- Enclosing class:
- AdHocCommandModule
public static interface AdHocCommandModule.ScriptCommandProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Element>getScriptItems(String node, JID jid, JID from)booleanisAllowed(String node, String domain, JID from)booleanisAllowed(String node, JID from)booleanprocessScriptCommand(Packet pc, Queue<Packet> results)
-