Class TransferActionListener

  • 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)  
      void propertyChange​(java.beans.PropertyChangeEvent e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent e)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener