java.lang.Object
java.util.EventObject
javafx.event.Event
javafx.event.ActionEvent
javafx.scene.media.MediaMarkerEvent
- All Implemented Interfaces:
 Serializable,Cloneable
public class MediaMarkerEvent extends ActionEvent
An 
ActionEvent representing a media marker. A marker is added to a
 Media which is then played by a MediaPlayer. The event
 is fired when the playback position reaches the position of the marker.- Since:
 - JavaFX 2.0
 - See Also:
 MediaPlayer.onMarkerProperty(), Serialized Form
- 
Field Summary
Fields declared in class javafx.event.ActionEvent
ACTION, ANYFields declared in class javafx.event.Event
consumed, eventType, NULL_SOURCE_TARGET, targetFields declared in class java.util.EventObject
source - 
Method Summary
Methods declared in class javafx.event.ActionEvent
copyFor, getEventTypeMethods declared in class java.util.EventObject
getSource, toString 
- 
Method Details
- 
getMarker
Retrieves the marker the event represents.- Returns:
 - the value of the marker.
 
 
 -