steuerung.MenuListener Class Reference

List of all members.

Public Member Functions

 MenuListener ()
 MenuListener (Control control)
void setControl (Control control)
void actionPerformed (ActionEvent e)


Detailed Description

the menulistener provides all the functionality that is dealt with in menu selection it stears the control

Author:
johannes

clemens


Constructor & Destructor Documentation

steuerung.MenuListener.MenuListener (  ) 

constructor does just nothing

steuerung.MenuListener.MenuListener ( Control  control  ) 

constructor with the main control

Parameters:
control the main control


Member Function Documentation

void steuerung.MenuListener.setControl ( Control  control  ) 

sets the main control

Parameters:
control,the main control

void steuerung.MenuListener.actionPerformed ( ActionEvent  e  ) 

the method, called by the menu elements chooses the corresponding actions on the control

Parameters:
e the standard action event


The documentation for this class was generated from the following file: