qinterface
Class SimulationCare

java.lang.Object
  extended by qinterface.SimulationCare
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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


Field Summary
(package private)  Quark2.Simulation SZ
           
 
Constructor Summary
SimulationCare(Quark2.Simulation SZ, java.awt.Panel p)
          ContainerMenuCare constructor comment.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SZ

Quark2.Simulation SZ
Constructor Detail

SimulationCare

public SimulationCare(Quark2.Simulation SZ,
                      java.awt.Panel p)
ContainerMenuCare constructor comment.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Insert the method's description here. Creation date: (15.01.2001 17:37:51)

Specified by:
actionPerformed in interface java.awt.event.ActionListener