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

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by org.noos.xing.mydoggy.plaf.ui.cmp.event.WindowTransparencyListener
All Implemented Interfaces:
ActionListener, WindowFocusListener, WindowListener, WindowStateListener, EventListener

public class WindowTransparencyListener
extends WindowAdapter
implements ActionListener

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

Constructor Summary
WindowTransparencyListener(TransparencyManager<Window> transparencyManager, org.noos.xing.mydoggy.ContentUI contentUI, Window window)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void windowClosing(WindowEvent event)
           
 void windowGainedFocus(WindowEvent e)
           
 void windowLostFocus(WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowTransparencyListener

public WindowTransparencyListener(TransparencyManager<Window> transparencyManager,
                                  org.noos.xing.mydoggy.ContentUI contentUI,
                                  Window window)
Method Detail

windowGainedFocus

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

windowLostFocus

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

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

windowClosing

public void windowClosing(WindowEvent event)
Specified by:
windowClosing in interface WindowListener
Overrides:
windowClosing in class WindowAdapter


Copyright © 2012. All Rights Reserved.