com.vaadin.server
Interface VaadinServiceSession.WindowAttachListener

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

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

Window attach listener interface.


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

Method Detail

windowAttached

void windowAttached(VaadinServiceSession.WindowAttachEvent event)
Window attached

Parameters:
event - the window attach event.


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