org.pdfsam.guiclient.commons.business.listeners
Class VisualPdfSelectionActionListener

java.lang.Object
  extended by 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
           
 
Constructor Summary
VisualPdfSelectionActionListener(JVisualPdfPageSelectionPanel panel, PdfThumbnailsLoader loader)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

VisualPdfSelectionActionListener

public VisualPdfSelectionActionListener(JVisualPdfPageSelectionPanel panel,
                                        PdfThumbnailsLoader loader)
Parameters:
panel -
loader -
Method Detail

actionPerformed

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