org.openstreetmap.fma.jtiledownloader.views.main
Class MainPanel.MainViewFocusListener

java.lang.Object
  extended by org.openstreetmap.fma.jtiledownloader.views.main.MainPanel.MainViewFocusListener
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
MainPanel

private class MainPanel.MainViewFocusListener
extends java.lang.Object
implements java.awt.event.FocusListener


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

Constructor Detail

MainPanel.MainViewFocusListener

private MainPanel.MainViewFocusListener()
Method Detail

focusGained

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

focusLost

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