com.jivesoftware.spark.plugin
Interface Invokable
- public interface Invokable
The Invokable interface can be used to identify a class as being capable
of being "invoked" by LiveAssistant. Wizards are one example of a type of class
that LiveAssistant might invoke.
- Version:
- SDK
Method Summary |
boolean |
invoke(java.lang.Object[] params)
Invokes the object called by LiveAssistant. |
invoke
public boolean invoke(java.lang.Object[] params)
- Invokes the object called by LiveAssistant.
- Parameters:
params
- optional arguments from the invoker.
- Returns:
- true if the invocation was successful, false if it failed, or was aborted.