DESY ACOP Beans Home

com.cosylab.gui.components
Class NumberField.NumberActionAdapter

java.lang.Object
  extended by com.cosylab.gui.components.NumberField.NumberActionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
NumberField

protected class NumberField.NumberActionAdapter
extends java.lang.Object
implements java.awt.event.ActionListener

Listens for action events and handles the focus change.

Version:
$id$
Author:
Jernej Kamenik

Constructor Summary
protected NumberField.NumberActionAdapter()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Loses focus and notifies SetListeners when action is performed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberField.NumberActionAdapter

protected NumberField.NumberActionAdapter()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Loses focus and notifies SetListeners when action is performed.

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


Copyright © 2010. All Rights Reserved.