de.adom.jade.ui
Class VerboseActionListener

java.lang.Object
  extended by de.adom.jade.ui.VerboseActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public abstract class VerboseActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Implements a verbose action listener that reports all errors that occur during execution.


Constructor Summary
VerboseActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
abstract  void actionPerformedImpl(java.awt.event.ActionEvent e)
          Executes the actual action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerboseActionListener

public VerboseActionListener()
Method Detail

actionPerformed

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

actionPerformedImpl

public abstract void actionPerformedImpl(java.awt.event.ActionEvent e)
Executes the actual action.

Parameters:
e - the action event