Interface IconActionListener

  • All Superinterfaces:
    java.awt.event.ActionListener, java.util.EventListener

    public interface IconActionListener
    extends java.awt.event.ActionListener
    Special ActionListener to be implemented by Buttons that need an Icon.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.swing.Icon getIcon()
      Returns an Icon.
      • Methods inherited from interface java.awt.event.ActionListener

        actionPerformed
    • Method Detail

      • getIcon

        javax.swing.Icon getIcon()
        Returns an Icon.
        Returns:
        an object of type Icon