com.vaadin
Interface Application.WindowDetachListener

All Superinterfaces:
Serializable
Enclosing class:
Application

public static interface Application.WindowDetachListener
extends Serializable

Window detach listener interface.


Method Summary
 void windowDetached(Application.WindowDetachEvent event)
          Window detached.
 

Method Detail

windowDetached

void windowDetached(Application.WindowDetachEvent event)
Window detached.

Parameters:
event - the window detach event.


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.