public abstract class AbstractInvokeListener extends Object implements InvokeListener
| Constructor and Description |
|---|
AbstractInvokeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
updateDescription(Object object,
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, waitcreateInvokeHandlerpublic void updateDescription(Object object, Method method, ParameterData[] parameters, SimpleDescription description)
InvokeListenerCommandCallable by a ParametricBuilder,
this will be called in case the description needs to be updated.updateDescription in interface InvokeListenerobject - the objectmethod - the methodparameters - a list of parametersdescription - the description to be updatedCopyright © 2010-2014. All Rights Reserved.