com.vaadin.server
Class VaadinSession.WindowDetachEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.server.VaadinSession.WindowDetachEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
VaadinSession

Deprecated. might be refactored or removed before 7.0.0

@Deprecated
public static class VaadinSession.WindowDetachEvent
extends java.util.EventObject

Window detach event. This event is sent each time a window is removed from the application with com.vaadin.server.VaadinSession#removeWindow(Window).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
VaadinSession.WindowDetachEvent(VaadinSession application, Window window)
          Deprecated. Creates a event.
 
Method Summary
 VaadinSession getApplication()
          Deprecated. Gets the application from which the window was detached.
 Window getWindow()
          Deprecated. Gets the detached window.
 
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

VaadinSession.WindowDetachEvent

public VaadinSession.WindowDetachEvent(VaadinSession application,
                                       Window window)
Deprecated. 
Creates a event.

Parameters:
application - the application to which the detached window belonged.
window - the Detached window.
Method Detail

getWindow

public Window getWindow()
Deprecated. 
Gets the detached window.

Returns:
the detached window.

getApplication

public VaadinSession getApplication()
Deprecated. 
Gets the application from which the window was detached.

Returns:
the Application.


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