org.deegree_impl.tools
Class LecGUIMenuHandler

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

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

class for handling button events.


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

LecGUIMenuHandler

protected LecGUIMenuHandler(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