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.