fedora.client.console
Class ConsoleSendButtonListener

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

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

Title: ConsoleSendButtonListener.java

Description:

Version:
$Id: ConsoleSendButtonListener.java 5163 2006-10-25 00:59:10Z eddie $
Author:
cwilper@cs.cornell.edu

Constructor Summary
ConsoleSendButtonListener(javax.swing.ComboBoxModel model, Administrator mainFrame, Console console)
           
 
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

ConsoleSendButtonListener

public ConsoleSendButtonListener(javax.swing.ComboBoxModel model,
                                 Administrator mainFrame,
                                 Console console)
Method Detail

actionPerformed

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