de.uni_paderborn.fujaba.preferences.gui
Class DebugPreferencesPanel.DebugCheckBoxActionListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.preferences.gui.DebugPreferencesPanel.DebugCheckBoxActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
DebugPreferencesPanel

private class DebugPreferencesPanel.DebugCheckBoxActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.8 $
Author:
$Author: schneider $

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

Constructor Detail

DebugPreferencesPanel.DebugCheckBoxActionListener

private DebugPreferencesPanel.DebugCheckBoxActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
event - No description provided
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)