net.sf.magicproject.ui
Class MdbListener

java.lang.Object
  extended by net.sf.magicproject.ui.MdbListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

An ActionListener that listens to the radio buttons menus

Since:
0.83, 0.85 settings are "per TBS"
Author:
Fabrice Daugan

Constructor Summary
MdbListener(AbstractMainForm abstractMainForm)
          Create a new instance of MdbListener given an AbstractMainForm instance.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MdbListener

public MdbListener(AbstractMainForm abstractMainForm)
Create a new instance of MdbListener given an AbstractMainForm instance.

Parameters:
abstractMainForm -
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)


Copyright © 2003-2007 Magic-Project. All Rights Reserved.