org.millstone.base
Class Application.WindowAttachEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.millstone.base.Application.WindowAttachEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Application

public class Application.WindowAttachEvent
extends java.util.EventObject

Window attach event

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Application.WindowAttachEvent(Window window)
          Create event.
 
Method Summary
 Application getApplication()
          Get the application to which the window was attached
 Window getWindow()
          Get 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)
Create event.

Parameters:
window - Attached window.
Method Detail

getWindow

public Window getWindow()
Get the attached window


getApplication

public Application getApplication()
Get the application to which the window was attached



Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.