Class AnnotatedCheckAction

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

public class AnnotatedCheckAction extends AnnotatedAction
  • Constructor Details

    • 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 -