Class MediaMarkerEvent
java.lang.Object
java.util.EventObject
javafx.event.Event
javafx.event.ActionEvent
javafx.scene.media.MediaMarkerEvent
- All Implemented Interfaces:
Serializable, Cloneable
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:
-
Field Summary
Fields declared in class ActionEvent
ACTION, ANYModifier and TypeFieldDescriptionstatic final EventType<ActionEvent> The only valid EventType for the ActionEvent.static final EventType<ActionEvent> Common supertype for all action event types.Fields declared in class Event
consumed, eventType, NULL_SOURCE_TARGET, targetModifier and TypeFieldDescriptionprotected booleanWhether this event has been consumed by any filter or handler.Type of the event.static final EventTargetThe constant which represents an unknown event source / target.protected EventTargetEvent target that defines the path through which the event will travel when posted.Fields declared in class EventObject
source -
Method Summary
Methods declared in class ActionEvent
copyFor, getEventTypeModifier and TypeMethodDescriptioncopyFor(Object newSource, EventTarget newTarget) Creates and returns a copy of this event with the specified event source and target.EventType<? extends ActionEvent> Gets the event type of this event.Methods declared in class Event
clone, consume, fireEvent, getTarget, isConsumedModifier and TypeMethodDescriptionclone()Creates and returns a copy of thisEvent.voidconsume()Marks thisEventas consumed.static voidfireEvent(EventTarget eventTarget, Event event) Fires the specified event.Returns the event target of this event.booleanIndicates whether thisEventhas been consumed by any filter or handler.Methods declared in class EventObject
getSource, toString
-
Method Details
-
getMarker
-