com.itmill.toolkit
Class Application.WindowAttachEvent
java.lang.Object
java.util.EventObject
com.itmill.toolkit.Application.WindowAttachEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Application
public class Application.WindowAttachEvent
- extends EventObject
Window attach event.
- See Also:
- Serialized Form
Application.WindowAttachEvent
public Application.WindowAttachEvent(Window window)
- Creates a event.
- Parameters:
window
- the Attached window.
getWindow
public Window getWindow()
- Gets the attached window.
- Returns:
- the attached window.
getApplication
public Application getApplication()
- Gets the application to which the window was attached.
- Returns:
- the Application.
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.