org.noos.xing.mydoggy.plaf.ui.cmp.event
Class WindowTransparencyListener
java.lang.Object
java.awt.event.WindowAdapter
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowTransparencyListener
public WindowTransparencyListener(TransparencyManager<Window> transparencyManager,
org.noos.xing.mydoggy.ContentUI contentUI,
Window window)
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.