|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--org.millstone.base.Application.WindowDetachEvent
Window detach event
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 |
public Application.WindowDetachEvent(Window window)
window
- Detached window.Method Detail |
public Window getWindow()
public Application getApplication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |