org.pdfsam.guiclient.commons.business.listeners
Class VisualPdfSelectionActionListener
java.lang.Object
org.pdfsam.guiclient.commons.business.listeners.VisualPdfSelectionActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class VisualPdfSelectionActionListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
Listen for event coming from the selection panel
- Author:
- Andrea Vacondio
Field Summary |
static java.lang.String |
ADD
|
static java.lang.String |
ADDSINGLE
|
static java.lang.String |
CLEAR
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD
public static final java.lang.String ADD
- See Also:
- Constant Field Values
ADDSINGLE
public static final java.lang.String ADDSINGLE
- See Also:
- Constant Field Values
CLEAR
public static final java.lang.String CLEAR
- See Also:
- Constant Field Values
VisualPdfSelectionActionListener
public VisualPdfSelectionActionListener(JVisualPdfPageSelectionPanel panel,
PdfThumbnailsLoader loader)
- Parameters:
panel
- loader
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener