jdk/src/java.desktop/macosx/classes/com/apple/eawt/FullScreenListener.java
changeset 36903 addc2e9d4bd4
parent 25859 3317bb8137f4
child 44655 06871a50a4b5
equal deleted inserted replaced
36902:bb30d89aa00e 36903:addc2e9d4bd4
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package com.apple.eawt;
    26 package com.apple.eawt;
    27 
    27 
       
    28 import com.apple.eawt.event.FullScreenEvent;
    28 import java.util.EventListener;
    29 import java.util.EventListener;
    29 
    30 
    30 import com.apple.eawt.AppEvent.FullScreenEvent;
       
    31 
    31 
    32 /**
    32 /**
    33  *
    33  *
    34  *
    34  *
    35  * @since Java for Mac OS X 10.7 Update 1
    35  * @since Java for Mac OS X 10.7 Update 1