Class TransferActionListener

java.lang.Object
jmri.util.com.sun.TransferActionListener
All Implemented Interfaces:
ActionListener, PropertyChangeListener, EventListener

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.