jgroup.experiment.gui.views.helpers
Class ChangeableActionListener

java.lang.Object
  extended by java.awt.event.FocusAdapter
      extended by jgroup.experiment.gui.views.helpers.ChangeableActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.FocusListener, java.util.EventListener

public class ChangeableActionListener
extends java.awt.event.FocusAdapter
implements java.awt.event.ActionListener

Author:
Bjarte Svaeren

Constructor Summary
ChangeableActionListener(javax.swing.JLabel label, javax.swing.JPanel panel)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeableActionListener

public ChangeableActionListener(javax.swing.JLabel label,
                                javax.swing.JPanel panel)
Method Detail

actionPerformed

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

focusLost

public void focusLost(java.awt.event.FocusEvent e)
Specified by:
focusLost in interface java.awt.event.FocusListener
Overrides:
focusLost in class java.awt.event.FocusAdapter

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener
Overrides:
focusGained in class java.awt.event.FocusAdapter


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.