Class InvokeMethodKeyTypedListener

  • All Implemented Interfaces:
    KeyListener, EventListener

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

      • InvokeMethodKeyTypedListener

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

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

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

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