net.sf.doolin.gui.window.opener
Class GUIWindowAdapter<B>

java.lang.Object
  extended by 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

Constructor Summary
GUIWindowAdapter()
           
 
Method Summary
 void onWindowClosed(GUIWindow<B> window)
          Does nothing
 void onWindowInit(GUIWindow<B> window)
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIWindowAdapter

public GUIWindowAdapter()
Method Detail

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.