javax.media
Interface MediaEvent

All Known Implementing Classes:
AlternativeMediaPresentationEvent, CachingControlEvent, CAStopEvent, ConnectionErrorEvent, ControllerClosedEvent, ControllerErrorEvent, ControllerEvent, DataStarvedEvent, DeallocateEvent, DurationUpdateEvent, EndOfMediaEvent, GainChangeEvent, InternalErrorEvent, MediaPresentationEvent, MediaPresentedEvent, MediaTimePositionChangedEvent, MediaTimeSetEvent, NoComponentSelectedEvent, NormalMediaPresentationEvent, PrefetchCompleteEvent, PresentationChangedEvent, RateChangeEvent, RealizeCompleteEvent, ResourceReturnedEvent, ResourceUnavailableEvent, ResourceWithdrawnEvent, RestartingEvent, ServiceRemovedEvent, StartEvent, StopAtTimeEvent, StopByRequestEvent, StopByResourceLossEvent, StopEvent, StopTimeChangeEvent, TransitionEvent

public interface MediaEvent

MediaEvent is the base interface for events supported by the media framework.

Java Beans support

In order to support the Java Beans event model an implementation of MediaEvent is required to sub-class java.util.EventObject.

Version:
1.4, 05/10/17.
See Also:
ControllerEvent, GainChangeEvent

Method Summary
 Object getSource()
           
 

Method Detail

getSource

Object getSource()


Copyright © 2011. All Rights Reserved.