com.vaadin.


Interface Application.WindowAttachListener

All Superinterfaces:

Serializable

Enclosing class:

Application

public static interface Application.WindowAttachListener
extends Serializable

Window attach listener interface.

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

Method Detail

windowAttached

void windowAttached(Application.WindowAttachEvent event)

Window attached

Parameters:
event - the window attach event.