org.pdfsam.guiclient.business.listeners
Class LogActionListener

java.lang.Object
  extended by org.pdfsam.guiclient.business.listeners.LogActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class LogActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listener to the log actions

Author:
Andrea Vacondio

Field Summary
static java.lang.String CLEAR_LOG_ACTION
           
static java.lang.String SAVE_LOG_ACTION
           
static java.lang.String SELECTALL_LOG_ACTION
           
 
Constructor Summary
LogActionListener()
           
LogActionListener(javax.swing.JTextPane logTextArea)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLEAR_LOG_ACTION

public static final java.lang.String CLEAR_LOG_ACTION
See Also:
Constant Field Values

SAVE_LOG_ACTION

public static final java.lang.String SAVE_LOG_ACTION
See Also:
Constant Field Values

SELECTALL_LOG_ACTION

public static final java.lang.String SELECTALL_LOG_ACTION
See Also:
Constant Field Values
Constructor Detail

LogActionListener

public LogActionListener(javax.swing.JTextPane logTextArea)

LogActionListener

public LogActionListener()
Method Detail

actionPerformed

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