net.sf.doolin.gui.window.opener
Class GUIWindowAdapter<B>
java.lang.Object
net.sf.doolin.gui.window.opener.GUIWindowAdapter<B>
- Type Parameters:
B - Type of bean for the window
- All Implemented Interfaces:
- GUIWindowListener<B>
- Direct Known Subclasses:
- BusMonitoringWindowListener
public class GUIWindowAdapter<B>
- extends Object
- implements GUIWindowListener<B>
Adapter class for a GUIWindowListener that does nothing.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUIWindowAdapter
public GUIWindowAdapter()
onWindowClosed
public void onWindowClosed(GUIWindow<B> window)
- Does nothing
- Specified by:
onWindowClosed in interface GUIWindowListener<B>
- Parameters:
window - Closed window
onWindowInit
public void onWindowInit(GUIWindow<B> window)
- Does nothing.
- Specified by:
onWindowInit in interface GUIWindowListener<B>
- Parameters:
window - Closed window
Copyright © 2011. All Rights Reserved.