Class AnnotatedCheckAction

  • All Implemented Interfaces:
    EventListener, javafx.event.EventHandler<javafx.event.ActionEvent>

    public class AnnotatedCheckAction
    extends AnnotatedAction
    • Constructor Detail

      • AnnotatedCheckAction

        public AnnotatedCheckAction​(String text,
                                    Method method,
                                    Object target)
        Instantiates an action that will call the specified method on the specified target. This action is marked with @ActionCheck
        Parameters:
        text -
        method -
        target -