Interface AnnotatedActionFactory

    • Method Detail

      • createAction

        AnnotatedAction createAction​(ActionProxy annotation,
                                     Method method,
                                     Object target)
        Create an AnnotatedAction instance.
        Parameters:
        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.
        Returns:
        An AnnotatedAction instance.