insensa.controller
Class CController.DescriptionFocusListener

java.lang.Object
  extended by java.awt.event.FocusAdapter
      extended by insensa.controller.CController.DescriptionFocusListener
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
CController

 class CController.DescriptionFocusListener
extends java.awt.event.FocusAdapter


Field Summary
private  CRasterFileInformation rFile
           
 
Constructor Summary
CController.DescriptionFocusListener()
           
 
Method Summary
 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
 

Field Detail

rFile

private CRasterFileInformation rFile
Constructor Detail

CController.DescriptionFocusListener

CController.DescriptionFocusListener()
Method Detail

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
See Also:
FocusAdapter.focusGained(java.awt.event.FocusEvent)

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
See Also:
FocusAdapter.focusLost(java.awt.event.FocusEvent)