We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.
Class Application.WindowAttachEvent
java.lang.Object
java.util.EventObject
com.vaadin.Application.WindowAttachEvent
All Implemented Interfaces:
Enclosing class:
- extends EventObject
public class Application.WindowAttachEvent
Window attach event.
This event is sent each time a window is attached tothe application with
Application.addWindow(Window)
.
See Also:
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
Application.WindowAttachEvent(Window window)
Creates a event. |
Method Summary | |
---|---|
Application |
getApplication()
Gets the application to which the window was attached. |
Window |
getWindow()
Gets the attached 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 |
---|
Application.WindowAttachEvent
public Application.WindowAttachEvent(Window window)
- Parameters:
window
- the Attached window.
Creates a event.
Method Detail |
---|
getWindow
public Window getWindow()
- Returns:
- the attached window.
Gets the attached window.
getApplication
public Application getApplication()
- Returns:
- the Application.
Gets the application to which the window was attached.