fedora.client.console
Class InvokeDialogListener

java.lang.Object
  extended by fedora.client.console.InvokeDialogListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Title: InvokeDialogListener.java

Description:

Version:
$Id: InvokeDialogListener.java 5133 2006-10-15 22:39:58Z cwilper $
Author:
cwilper@cs.cornell.edu

Constructor Summary
InvokeDialogListener(javax.swing.JDialog dialog, ConsoleCommandInvoker invoker)
           
 
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

InvokeDialogListener

public InvokeDialogListener(javax.swing.JDialog dialog,
                            ConsoleCommandInvoker invoker)
Method Detail

actionPerformed

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