Ontimize 5.2071EN

com.ontimize.gui.attachment
Class AttachmentButtonListener

java.lang.Object
  extended bycom.ontimize.gui.attachment.AttachmentButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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


Field Summary
protected  EJFile fileChooser
           
protected  Form form
           
 
Constructor Summary
AttachmentButtonListener(Form form)
           
 
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
 

Field Detail

form

protected Form form

fileChooser

protected EJFile fileChooser
Constructor Detail

AttachmentButtonListener

public AttachmentButtonListener(Form form)
Method Detail

actionPerformed

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

Ontimize