public interface AnnotatedActionFactory
ActionMap for creating instances of AnnotatedAction.| Modifier and Type | Method and Description |
|---|---|
AnnotatedAction |
createAction(ActionProxy annotation,
java.lang.reflect.Method method,
java.lang.Object target)
Create an
AnnotatedAction instance. |
AnnotatedAction createAction(ActionProxy annotation, java.lang.reflect.Method method, java.lang.Object target)
AnnotatedAction instance.annotation - The annotation specified on the method.method - The method to be invoked when an action is fired.target - The target object on which the method will be invoked.AnnotatedAction instance.