Class InvokeMethodActionListener

  • All Implemented Interfaces:
    ActionListener, EventListener

    public class InvokeMethodActionListener
    extends Object
    implements ActionListener
    An ActionListener that invokes the method on the object when the action is performed.
    Author:
    Paul Austin
    • Constructor Detail

      • InvokeMethodActionListener

        public InvokeMethodActionListener​(Object object,
                                          String methodName)
      • InvokeMethodActionListener

        public InvokeMethodActionListener​(Object object,
                                          String methodName,
                                          boolean invokeLater)
      • InvokeMethodActionListener

        public InvokeMethodActionListener​(Object object,
                                          String methodName,
                                          Object[] parameters)
      • InvokeMethodActionListener

        public InvokeMethodActionListener​(Object object,
                                          String methodName,
                                          Object[] parameters,
                                          boolean invokeLater)