提交 44b81e08 编写于 作者: S serb

8020851: java.awt.event.WindowEvent spec should state that WINDOW_CLOSED event...

8020851: java.awt.event.WindowEvent spec should state that WINDOW_CLOSED event may not be delivered under certain circumstances
Reviewed-by: anthony, art
上级 26aee2db
...@@ -79,8 +79,10 @@ public class WindowEvent extends ComponentEvent { ...@@ -79,8 +79,10 @@ public class WindowEvent extends ComponentEvent {
@Native public static final int WINDOW_CLOSING = 1 + WINDOW_FIRST; //Event.WINDOW_DESTROY @Native public static final int WINDOW_CLOSING = 1 + WINDOW_FIRST; //Event.WINDOW_DESTROY
/** /**
* The window closed event. This event is delivered after * The window closed event. This event is delivered after the displayable
* the window has been closed as the result of a call to dispose. * window has been closed as the result of a call to dispose.
* @see java.awt.Component#isDisplayable
* @see Window#dispose
*/ */
@Native public static final int WINDOW_CLOSED = 2 + WINDOW_FIRST; @Native public static final int WINDOW_CLOSED = 2 + WINDOW_FIRST;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册