stasichase.gui
Class MultiDialog.ButtonListener

java.lang.Object
  |
  +--stasichase.gui.MultiDialog.ButtonListener
Enclosing class:
MultiDialog

class MultiDialog.ButtonListener
extends Object
implements ActionListener

Listener zur Behandlung der Buttonklicks.


Constructor Summary
(package private) MultiDialog.ButtonListener()
           
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MultiDialog.ButtonListener

MultiDialog.ButtonListener()
Method Detail

actionPerformed

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