org.millstone.base
Class Application.WindowDetachEvent

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

public class Application.WindowDetachEvent
extends java.util.EventObject

Window detach event

See Also:
Serialized Form

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

Parameters:
window - Detached window.
Method Detail

getWindow

public Window getWindow()
Get the detached window


getApplication

public Application getApplication()
Get the application from which the window was detached



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