org.jivesoftware.spark.plugin
Interface Invokable


public interface Invokable

The Invokable interface can be used to identify a class as being capable of being "invoked".

Author:
Derek DeMoro

Method Summary
 boolean invoke(java.lang.Object... params)
          Invokes the object.
 

Method Detail

invoke

boolean invoke(java.lang.Object... params)
Invokes the object.

Parameters:
params - optional arguments from the invoker.
Returns:
true if the invocation was successful, false if it failed, or was aborted.