org.noos.xing.mydoggy.plaf.ui.cmp.event
Class ToFrontWindowFocusListener

java.lang.Object
  extended by org.noos.xing.mydoggy.plaf.ui.cmp.event.ToFrontWindowFocusListener
All Implemented Interfaces:
WindowFocusListener, EventListener

public class ToFrontWindowFocusListener
extends Object
implements WindowFocusListener

Author:
Angelo De Caro (angelo.decaro@gmail.com)

Field Summary
protected  long end
           
protected  long start
           
protected  Window window
           
 
Constructor Summary
ToFrontWindowFocusListener(Window window)
           
 
Method Summary
 void windowGainedFocus(WindowEvent e)
           
 void windowLostFocus(WindowEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected long start

end

protected long end

window

protected Window window
Constructor Detail

ToFrontWindowFocusListener

public ToFrontWindowFocusListener(Window window)
Method Detail

windowGainedFocus

public void windowGainedFocus(WindowEvent e)
Specified by:
windowGainedFocus in interface WindowFocusListener

windowLostFocus

public void windowLostFocus(WindowEvent e)
Specified by:
windowLostFocus in interface WindowFocusListener


Copyright © 2012. All Rights Reserved.