Copyright 2012-02-25 Werner Randelshofer

ch.randelshofer.util
Class AsyncActionListener

java.lang.Object
  extended by ch.randelshofer.util.AsyncActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Invokes the actionPerformed event using SwingUtilities.invokeLater. This class is useful for actions that must run in the event dispatcher thread after the event source has finished some cleanup operations.

Version:
1.0 2000-10-09
Author:
Werner Randelshofer, Hausmatt 10, CH-6405 Immensee, Switzerland

Constructor Summary
AsyncActionListener(java.awt.event.ActionListener l)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncActionListener

public AsyncActionListener(java.awt.event.ActionListener l)
Method Detail

actionPerformed

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

Copyright 2012-02-25 Werner Randelshofer