Ontimize 5.2072EN

com.ontimize.report.listeners
Class UpdateReportListener

java.lang.Object
  extended bycom.ontimize.report.listeners.UpdateReportListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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


Field Summary
protected  boolean processEvents
           
 
Constructor Summary
UpdateReportListener(DefaultReportDialog reportDialog)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 boolean isProcessEvents()
           
 void setProcessEvents(boolean processEvents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processEvents

protected boolean processEvents
Constructor Detail

UpdateReportListener

public UpdateReportListener(DefaultReportDialog reportDialog)
Method Detail

isProcessEvents

public boolean isProcessEvents()

setProcessEvents

public void setProcessEvents(boolean processEvents)

actionPerformed

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

Ontimize