com.vaadin.ui
Interface UI.CleanupListener

All Superinterfaces:
java.util.EventListener
Enclosing class:
UI

public static interface UI.CleanupListener
extends java.util.EventListener

Interface for listening UI cleanup events.


Field Summary
static java.lang.reflect.Method cleanupMethod
           
 
Method Summary
 void cleanup(UI.CleanupEvent event)
          Called when a CleanupListener is notified of a CleanupEvent.
 

Field Detail

cleanupMethod

static final java.lang.reflect.Method cleanupMethod
Method Detail

cleanup

void cleanup(UI.CleanupEvent event)
Called when a CleanupListener is notified of a CleanupEvent. UI.getCurrent() returns event.getUI() within this method.

Parameters:
event - The close event that was fired.


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