biggests.gui
Class PanelPostProcessing_applyButton_actionAdapter

java.lang.Object
  extended by biggests.gui.PanelPostProcessing_applyButton_actionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

 class PanelPostProcessing_applyButton_actionAdapter
extends java.lang.Object
implements java.awt.event.ActionListener

Description: Action adapter for apply button.


Constructor Summary
PanelPostProcessing_applyButton_actionAdapter(PanelPostProcessing adaptee)
           
 
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

PanelPostProcessing_applyButton_actionAdapter

PanelPostProcessing_applyButton_actionAdapter(PanelPostProcessing adaptee)
Method Detail

actionPerformed

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