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.
|
Method Summary |
void |
cleanup(UI.CleanupEvent event)
Called when a CleanupListener is notified of a CleanupEvent. |
cleanupMethod
static final java.lang.reflect.Method cleanupMethod
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.