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,
ArgumentParser parser,
ImmutableDescription.Builder descriptionBuilder)
Called to update the description of a command.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInvokeHandlerpublic void updateDescription(Set<Annotation> annotations, ArgumentParser parser, ImmutableDescription.Builder descriptionBuilder)
InvokeListenerupdateDescription in interface InvokeListenerannotations - Annotations on the commandparser - The parser containing parameter informationdescriptionBuilder - The description builderCopyright © 2015. All Rights Reserved.