org.nuiton.jaxx.util
Class FactoryWindowListener
java.lang.Object
java.awt.event.WindowAdapter
org.nuiton.jaxx.util.FactoryWindowListener
- All Implemented Interfaces:
- WindowFocusListener, WindowListener, WindowStateListener, EventListener
public abstract class FactoryWindowListener
- extends WindowAdapter
A windowListenr for ui managed by UIFactory.
To be used when all ui from factory are closed, via allWindowsClosed(java.awt.event.WindowEvent) method.
- Author:
- chemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryWindowListener
public FactoryWindowListener()
allWindowsClosed
public abstract void allWindowsClosed(WindowEvent e)
- method to be invoked when all ui registred in factory are really disposed.
- Parameters:
e - event
windowClosed
public void windowClosed(WindowEvent e)
- Specified by:
windowClosed in interface WindowListener- Overrides:
windowClosed in class WindowAdapter
getFactory
protected UIFactory getFactory()
setFactory
protected void setFactory(UIFactory factory)
Copyright © 2008-2010 CodeLutin. All Rights Reserved.