< prev index next >

modules/javafx.media/src/main/java/javafx/scene/media/MediaMarkerEvent.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

*** 32,42 **** /** * An {@link ActionEvent} representing a media marker. A marker is added to a * {@link Media} which is then played by a {@link MediaPlayer}. The event * is fired when the playback position reaches the position of the marker. * ! * @see MediaPlayer#onMarker * @since JavaFX 2.0 */ public class MediaMarkerEvent extends ActionEvent { private static final long serialVersionUID = 20121107L; --- 32,42 ---- /** * An {@link ActionEvent} representing a media marker. A marker is added to a * {@link Media} which is then played by a {@link MediaPlayer}. The event * is fired when the playback position reaches the position of the marker. * ! * @see MediaPlayer#onMarkerProperty() * @since JavaFX 2.0 */ public class MediaMarkerEvent extends ActionEvent { private static final long serialVersionUID = 20121107L;
< prev index next >