modules/graphics/src/main/java/com/sun/javafx/tk/TKStageListener.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 68,77 **** --- 68,83 ---- * @param maximized True if the stage's peer is now maximized */ public void changedMaximized(boolean maximized); /** + * The stages peer has changed it's "always on top" flag. + * @param alwaysOnTop + */ + public void changedAlwaysOnTop(boolean alwaysOnTop); + + /** * The stages peer has become resizable or nonresizable * * @param resizable True if the stage's peer is now resizable */ public void changedResizable(boolean resizable);