javafx.scene.media
Class MediaErrorEvent
- java.util.EventObject
-
- javafx.event.Event
-
- javafx.scene.media.MediaErrorEvent
All Implemented Interfaces:
public class MediaErrorEvent extends Event
An
Event representing the occurrence of an error in handling media.Since:
JavaFX 2.0
See Also:
-
Field Summary
Fields Modifier and Type Field and Description static EventType<MediaErrorEvent>MEDIA_ERRORThe only valid event type for theMediaErrorEvent.-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All MethodsInstance MethodsConcrete Methods Modifier and Type Method and Description MediaErrorEventcopyFor(Object newSource, EventTarget newTarget)Creates and returns a copy of this event with the specified event source and target.EventType<MediaErrorEvent>getEventType()Gets the event type of this event.MediaExceptiongetMediaError()Retrieve the error associated with this event.StringtoString()Retrieve aStringrepresentation of the event.-
Methods inherited from class java.util.EventObject
getSource
-
-
Field Detail
-
MEDIA_ERROR
public static final EventType<MediaErrorEvent> MEDIA_ERROR
The only valid event type for theMediaErrorEvent.
-
-
Method Detail
-
getMediaError
public MediaException getMediaError()
Retrieve the error associated with this event.Returns:
The
MediaException
-
toString
public String toString()
Retrieve aStringrepresentation of the event.Overrides:
toStringin classEventObject
-
copyFor
public MediaErrorEvent copyFor(Object newSource, EventTarget newTarget)Description copied from class:EventCreates and returns a copy of this event with the specified event source and target. If the source or target is set tonull, it is replaced by theNULL_SOURCE_TARGETvalue.
-
getEventType
public EventType<MediaErrorEvent> getEventType()
Description copied from class:EventGets the event type of this event. Objects of the sameEventclass can have different event types. These event types further specify what kind of event occurred.Overrides:
getEventTypein classEventReturns:
the event type
-
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.