Package jmri.util.com.sun
Class TransferActionListener
java.lang.Object
jmri.util.com.sun.TransferActionListener
- All Implemented Interfaces:
ActionListener,PropertyChangeListener,EventListener
public class TransferActionListener
extends Object
implements ActionListener, PropertyChangeListener
A class that tracks the focused component. This is necessary to delegate the
menu cut/copy/paste commands to the right component. An instance of this
class is listening and when the user fires one of these commands, it calls
the appropriate action on the currently focused component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Constructor Details
-
TransferActionListener
public TransferActionListener()
-
-
Method Details
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-