net.sf.doolin.gui.window
Interface GUIWindowListener<B>

Type Parameters:
B - Type of bean for the window
All Known Implementing Classes:
BusMonitoringWindowListener, GUIWindowAdapter

public interface GUIWindowListener<B>

Listeners for events on windows.

Author:
Damien Coraboeuf

Method Summary
 void onWindowClosed(GUIWindow<B> window)
          This method is called when the window is closed.
 void onWindowInit(GUIWindow<B> window)
          This method is called when the window is created.
 

Method Detail

onWindowClosed

void onWindowClosed(GUIWindow<B> window)
This method is called when the window is closed.

Parameters:
window - Closed window

onWindowInit

void onWindowInit(GUIWindow<B> window)
This method is called when the window is created.

Parameters:
window - Closed window


Copyright © 2011. All Rights Reserved.