com.vaadin.server
Interface VaadinSession.WindowAttachListener

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

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

Window attach listener interface.


Method Summary
 void windowAttached(VaadinSession.WindowAttachEvent event)
          Window attached
 

Method Detail

windowAttached

void windowAttached(VaadinSession.WindowAttachEvent event)
Window attached

Parameters:
event - the window attach event.


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