public abstract class AbstractInvokeListener extends Object implements InvokeListener
InvokeListener with some
no-operation methods implemented to assist in creating subclasses.| Constructor and Description |
|---|
AbstractInvokeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
updateDescription(Set<Annotation> annotations,
List<? extends ParameterData<?>> parameters,
SettableDescription 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(Set<Annotation> annotations, List<? extends ParameterData<?>> parameters, SettableDescription description)
InvokeListenerCommandCallable by a ParametricBuilder,
this will be called in case the description needs to be updated.updateDescription in interface InvokeListenerannotations - the annotations on the commandparameters - a list of parametersdescription - the description to be updatedCopyright © 2015. All Rights Reserved.