Uses of Class
javafx.scene.media.MediaErrorEvent
Packages that use MediaErrorEvent
Package
Description
Provides the set of classes for integrating audio and video into Java FX
Applications.
-
Uses of MediaErrorEvent in javafx.scene.media
Fields in javafx.scene.media with type parameters of type MediaErrorEventModifier and TypeFieldDescriptionstatic EventType<MediaErrorEvent>
MediaErrorEvent.MEDIA_ERROR
The only valid event type for theMediaErrorEvent
.Methods in javafx.scene.media that return MediaErrorEventModifier and TypeMethodDescriptionMediaErrorEvent.copyFor(Object newSource, EventTarget newTarget)
Methods in javafx.scene.media that return types with arguments of type MediaErrorEventModifier and TypeMethodDescriptionMediaErrorEvent.getEventType()
MediaView.getOnError()
Retrieves the error event handler.MediaView.onErrorProperty()
Event handler to be invoked whenever an error occurs on thisMediaView
.Method parameters in javafx.scene.media with type arguments of type MediaErrorEventModifier and TypeMethodDescriptionvoid
MediaView.setOnError(EventHandler<MediaErrorEvent> value)
Sets the error event handler.