8020851: java.awt.event.WindowEvent spec should state that WINDOW_CLOSED event may not be delivered under certain circumstances
Reviewed-by: anthony, art
This commit is contained in:
parent
9d1ce9a555
commit
09d0694c90
@ -79,8 +79,10 @@ public class WindowEvent extends ComponentEvent {
|
||||
@Native public static final int WINDOW_CLOSING = 1 + WINDOW_FIRST; //Event.WINDOW_DESTROY
|
||||
|
||||
/**
|
||||
* The window closed event. This event is delivered after
|
||||
* the window has been closed as the result of a call to dispose.
|
||||
* The window closed event. This event is delivered after the displayable
|
||||
* 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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user