Package jmri.jmrix.oaktree.serialmon
Class SerialMonAction
- java.lang.Object
 - 
- javax.swing.AbstractAction
 - 
- jmri.jmrix.oaktree.serialmon.SerialMonAction
 
 
 
- 
- All Implemented Interfaces:
 java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class SerialMonAction extends javax.swing.AbstractAction
Swing action to create and register a SerialMonFrame object.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SerialMonAction(java.lang.String s, OakTreeSystemConnectionMemo memo)SerialMonAction(OakTreeSystemConnectionMemo memo) 
- 
Method Summary
All Methods Instance Methods Concrete Methods 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
- 
SerialMonAction
public SerialMonAction(java.lang.String s, OakTreeSystemConnectionMemo memo)
 
- 
SerialMonAction
public SerialMonAction(OakTreeSystemConnectionMemo memo)
 
 - 
 
- 
Method Detail
- 
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
 
 - 
 
 -