- All Implemented Interfaces:
- java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.util.EventListener
public class TransferActionListener
extends java.lang.Object
implements java.awt.event.ActionListener, java.beans.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.