public abstract class AbstractInvokeListener extends java.lang.Object implements InvokeListener
Constructor and Description |
---|
AbstractInvokeListener() |
Modifier and Type | Method and Description |
---|---|
void |
updateDescription(java.lang.Object object,
java.lang.reflect.Method method,
ParameterData[] parameters,
SimpleDescription description)
During creation of a
CommandCallable by a ParametricBuilder ,
this will be called in case the description needs to be updated. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createInvokeHandler
public void updateDescription(java.lang.Object object, java.lang.reflect.Method method, ParameterData[] parameters, SimpleDescription description)
InvokeListener
CommandCallable
by a ParametricBuilder
,
this will be called in case the description needs to be updated.updateDescription
in interface InvokeListener
object
- the objectmethod
- the methodparameters
- a list of parametersdescription
- the description to be updated