Class InvokeMethodKeyTypedListener

java.lang.Object
java.awt.event.KeyAdapter
org.openjump.swing.listener.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 Details

    • 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)
  • Method Details