public class EventObjectBuilderImpl extends ObjectBuilderBase<EventObject,StateMachineObject<?>,EventMetadata> implements EventObjectBuilder
loggerregistrycontainerType, flavorMap, keySet, parent, path, properties| Constructor and Description |
|---|
EventObjectBuilderImpl(StateMachineObjectBuilder<?> parent,
Method eventMethod,
EventMetadata template) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSpecificOnEventCallbackObject(EventCallbackObject item) |
EventObjectBuilder |
build(Class<?> klass,
StateMachineObject<?> parent) |
Method |
getEventMethod() |
void |
invokeEventCallbacks(LifecycleContext<?,?> callbackContext) |
void |
verifyMetaData(VerificationFailureSet verificationSet) |
findSuper, getMetaType, hasSuper, setMetaTypeconfigureSuper, extendsSuperKeySet, getDeclaredAnnotation, getSuper, getSuperMetaClass, hasDeclaredAnnotation, hasLifecycleOverrideAnnotation, hasSuper, isOverriding, setOverriding, setSuper, verifySuperaddKeys, getPrimaryKey, getRegistry, newVerificationException, newVerificationException, newVerificationFailure, newVerificationFailure, setPrimaryKey, setRegistryaddFlavor, addKey, addKeys, equals, getDottedPath, getFlavor, getFlavorMetaData, getKeySet, getMetaData, getName, getParent, getProperty, handleError, hasFlavor, hasFlavorMetaData, hashCode, hasKey, removeFlavor, setContainerType, setProperty, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddFlavor, addKey, addKeys, getMetaData, handleError, hasKey, removeFlavorgetMetaTypegetDottedPath, getKeySet, getParent, getPrimaryKeygetKeySetpublic EventObjectBuilderImpl(StateMachineObjectBuilder<?> parent, Method eventMethod, EventMetadata template)
public EventObjectBuilder build(Class<?> klass, StateMachineObject<?> parent) throws VerificationException
build in interface AnnotationMetaBuilder<EventObject,StateMachineObject<?>>build in class ObjectBuilderBase<EventObject,StateMachineObject<?>,EventMetadata>VerificationExceptionpublic Method getEventMethod()
getEventMethod in interface EventObjectpublic void verifyMetaData(VerificationFailureSet verificationSet)
verifyMetaData in interface MetaDatapublic void addSpecificOnEventCallbackObject(EventCallbackObject item)
addSpecificOnEventCallbackObject in interface EventObjectpublic void invokeEventCallbacks(LifecycleContext<?,?> callbackContext)
invokeEventCallbacks in interface EventObjectCopyright © 2015. All Rights Reserved.