com.vaadin.server
Interface VaadinSession.WindowDetachListener

All Superinterfaces:
java.io.Serializable
Enclosing class:
VaadinSession

public static interface VaadinSession.WindowDetachListener
extends java.io.Serializable

Window detach listener interface.


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

Method Detail

windowDetached

void windowDetached(VaadinSession.WindowDetachEvent event)
Window detached.

Parameters:
event - the window detach event.


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