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.WindowDetachEvent
java.lang.Object
java.util.EventObject
com.vaadin.Application.WindowDetachEvent
All Implemented Interfaces:
Enclosing class:
- extends EventObject
public class Application.WindowDetachEvent
Window detach event.
This event is sent each time a window is removed from the application
with Application.removeWindow(Window)
.
See Also:
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
Application.WindowDetachEvent(Window window)
Creates a event. |
Method Summary | |
---|---|
Application |
getApplication()
Gets the application from which the window was detached. |
Window |
getWindow()
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 |
---|
Application.WindowDetachEvent
public Application.WindowDetachEvent(Window window)
- Parameters:
window
- the Detached window.
Creates a event.
Method Detail |
---|
getWindow
public Window getWindow()
- Returns:
- the detached window.
Gets the detached window.
getApplication
public Application getApplication()
- Returns:
- the Application.
Gets the application from which the window was detached.