Class ControlWindow.EVcontrolwindow

java.lang.Object
  |
  +--ControlWindow.EVcontrolwindow
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ControlWindow

public class ControlWindow.EVcontrolwindow
extends java.lang.Object
implements java.awt.event.ActionListener

Klasse: EVcontrolwindow (benutzt ActionListener Klasse)
Erzeugt ein Ereignisobjekt, das später mit den Buttons gebunden wird

Version:
1.0 / 4.7.02
Author:
pm13

Constructor Summary
ControlWindow.EVcontrolwindow()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
          Methode wird mit einem ActionEvent-Objekt als Argument aufgerufen, das nähere Informationen darüber enthält,
wo und wie die Aktion "MausKlick auf Button" erfolgt ist und mit diesem Ereignisobjekt wird dann
für einen bestimmten Button ein bestimmtes VisualWorldModel-Fenster geöffnet oder geschlossen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlWindow.EVcontrolwindow

public ControlWindow.EVcontrolwindow()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ev)
Methode wird mit einem ActionEvent-Objekt als Argument aufgerufen, das nähere Informationen darüber enthält,
wo und wie die Aktion "MausKlick auf Button" erfolgt ist und mit diesem Ereignisobjekt wird dann
für einen bestimmten Button ein bestimmtes VisualWorldModel-Fenster geöffnet oder geschlossen

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
ev - ActionEvent
Returns:
kein Return-Wert