Interface IconActionListener

All Superinterfaces:
ActionListener, EventListener

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

    Modifier and Type
    Method
    Description
    Returns an Icon.

    Methods inherited from interface java.awt.event.ActionListener

    actionPerformed
  • Method Details

    • getIcon

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