com.vaadin.ui
Class UI.CleanupEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.ui.Component.Event
          extended by com.vaadin.ui.UI.CleanupEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UI

public static class UI.CleanupEvent
extends Component.Event

Event fired when a UI is removed from the application.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UI.CleanupEvent(UI source)
           
 
Method Summary
 UI getUI()
           
 
Methods inherited from class com.vaadin.ui.Component.Event
getComponent
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UI.CleanupEvent

public UI.CleanupEvent(UI source)
Method Detail

getUI

public UI getUI()


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