< prev index next >

modules/javafx.media/src/main/java/com/sun/media/jfxmedia/MediaPlayer.java

Print this page
rev 11235 : imported patch 13.patch

*** 1,7 **** /* ! * Copyright (c) 2010, 2016, 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) 2010, 2019, 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
*** 347,352 **** --- 347,356 ---- /** * Release any resources held by this player. The player will be unusable * after this method is invoked. */ public void dispose(); + /** + * Returns true if we have cached error event. + */ + public boolean isErrorEventCached(); }
< prev index next >