R - return typepublic abstract class SimpleCallbackDescriptor<R> extends ExecutableCallbackDescriptor<R>
ExecutableCallbackDescriptor for simple callback-methods without (supported) parameters,
which exposes #execute without parameters.CallbackDescriptor.CallbackEntrycallbacks, callbackType| Modifier | Constructor and Description |
|---|---|
protected |
SimpleCallbackDescriptor(Class[] beanClasses,
Class<? extends Annotation> callbackMarker) |
protected |
SimpleCallbackDescriptor(Class beanClass,
Class<? extends Annotation> callbackMarker) |
| Modifier and Type | Method and Description |
|---|---|
List<R> |
execute() |
executegetCallbackMethods, getTargetObject, init, isBoundToprotected SimpleCallbackDescriptor(Class beanClass, Class<? extends Annotation> callbackMarker)
protected SimpleCallbackDescriptor(Class[] beanClasses, Class<? extends Annotation> callbackMarker)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.