org.deegree_impl.tools
Class LecGUIButtonHandler

java.lang.Object
  extended byorg.deegree_impl.tools.LecGUIButtonHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

class for handling button events.


Author:
Field Summary
private  LecGUI lecgui
           
 
Constructor Summary
protected LecGUIButtonHandler(LecGUI lecgui)
          constructor
 
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

lecgui

private LecGUI lecgui
Constructor Detail

LecGUIButtonHandler

protected LecGUIButtonHandler(LecGUI lecgui)
constructor

Parameters:
lecgui - the DeegreeDemoInstallerGUI uses this Button
Method Detail

actionPerformed

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