Package org.tn5250j.scripting
Class ExecuteScriptAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.tn5250j.scripting.ExecuteScriptAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class ExecuteScriptAction extends javax.swing.AbstractAction- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecuteScriptAction(java.lang.String name, java.lang.String scriptFile, SessionPanel session)
-
Method Summary
Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ExecuteScriptAction
public ExecuteScriptAction(java.lang.String name, java.lang.String scriptFile, SessionPanel session)
-
-