public interface InvokeListener
ParametricBuilder.| Modifier and Type | Method and Description |
|---|---|
InvokeHandler |
createInvokeHandler()
Create a new invocation handler.
|
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. |
InvokeHandler createInvokeHandler()
An example use of an InvokeHandler would be to verify permissions
added by the Require annotation.
For simple InvokeHandler, an object can implement both this
interface and InvokeHandler.
void updateDescription(Set<Annotation> annotations, List<? extends ParameterData<?>> parameters, SettableDescription description)
CommandCallable by a ParametricBuilder,
this will be called in case the description needs to be updated.annotations - the annotations on the commandparameters - a list of parametersdescription - the description to be updatedCopyright © 2015. All Rights Reserved.