com.vaadin.server
Class VaadinSession.WindowAttachEvent
java.lang.Object
java.util.EventObject
com.vaadin.server.VaadinSession.WindowAttachEvent
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- VaadinSession
Deprecated. might be refactored or removed before 7.0.0
@Deprecated
public static class VaadinSession.WindowAttachEvent
- extends java.util.EventObject
Window attach event.
This event is sent each time a window is attached tothe application with
com.vaadin.server.VaadinSession#addWindow(Window).
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| 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 |
VaadinSession.WindowAttachEvent
public VaadinSession.WindowAttachEvent(VaadinSession application,
Window window)
- Deprecated.
- Creates a event.
- Parameters:
application - the application to which the detached window belonged.window - the Attached window.
getWindow
public Window getWindow()
- Deprecated.
- Gets the attached window.
- Returns:
- the attached window.
getApplication
public VaadinSession getApplication()
- Deprecated.
- Gets the application to which the window was attached.
- Returns:
- the Application.
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.