L15_pkg
Class ObserverWindowFocus

java.lang.Object
  extended by L15_pkg.ObserverWindowFocus
All Implemented Interfaces:
java.awt.event.WindowFocusListener, java.util.EventListener

public class ObserverWindowFocus
extends java.lang.Object
implements java.awt.event.WindowFocusListener


Constructor Summary
ObserverWindowFocus()
           
 
Method Summary
 void windowGainedFocus(java.awt.event.WindowEvent e)
           
 void windowLostFocus(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObserverWindowFocus

public ObserverWindowFocus()
Method Detail

windowGainedFocus

public void windowGainedFocus(java.awt.event.WindowEvent e)
Specified by:
windowGainedFocus in interface java.awt.event.WindowFocusListener

windowLostFocus

public void windowLostFocus(java.awt.event.WindowEvent e)
Specified by:
windowLostFocus in interface java.awt.event.WindowFocusListener