net.sf.advjavacalendar.action
Class DialogCloser

java.lang.Object
  extended by net.sf.advjavacalendar.action.DialogCloser
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

ActionListener to close some dialogs

Author:
probstl

Constructor Summary
DialogCloser(javax.swing.JDialog dlg)
          Constructor gives the dialog to be closed
 
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
 

Constructor Detail

DialogCloser

public DialogCloser(javax.swing.JDialog dlg)
Constructor gives the dialog to be closed

Parameters:
dlg -
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)


Copyright © 2008 null. All Rights Reserved.