Package com.lowagie.rups.view.icons
Interface IconActionListener
-
- All Superinterfaces:
java.awt.event.ActionListener,java.util.EventListener
- All Known Implementing Classes:
PageNavigationAction
public interface IconActionListener extends java.awt.event.ActionListenerSpecial 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.IcongetIcon()Returns an Icon.
-