dbrown
Class RTNumericView.BaseListener

java.lang.Object
  extended by dbrown.RTNumericView.BaseListener
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
RTNumericView

private class RTNumericView.BaseListener
extends java.lang.Object
implements java.awt.event.FocusListener

An inner class that uses a FocusListener to access the numeric field. It sets the model values when the field loses focus.


Constructor Summary
private RTNumericView.BaseListener()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent evt)
           
 void focusLost(java.awt.event.FocusEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTNumericView.BaseListener

private RTNumericView.BaseListener()
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent evt)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent evt)
Specified by:
focusLost in interface java.awt.event.FocusListener