javax.media
Class ControllerAdapter
java.lang.Object
javax.media.ControllerAdapter
- All Implemented Interfaces:
- java.util.EventListener, ControllerListener
public class ControllerAdapter
- extends java.lang.Object
- implements ControllerListener, java.util.EventListener
Standard JMF class -- see this class in the JMF Javadoc.
- Author:
- Ken Larson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControllerAdapter
public ControllerAdapter()
cachingControl
public void cachingControl(CachingControlEvent e)
controllerError
public void controllerError(ControllerErrorEvent e)
dataLostError
public void dataLostError(DataLostErrorEvent e)
dataStarved
public void dataStarved(DataStarvedEvent e)
internalError
public void internalError(InternalErrorEvent e)
resourceUnavailable
public void resourceUnavailable(ResourceUnavailableEvent e)
durationUpdate
public void durationUpdate(DurationUpdateEvent e)
mediaTimeSet
public void mediaTimeSet(MediaTimeSetEvent e)
rateChange
public void rateChange(RateChangeEvent e)
stopTimeChange
public void stopTimeChange(StopTimeChangeEvent e)
transition
public void transition(TransitionEvent e)
prefetchComplete
public void prefetchComplete(PrefetchCompleteEvent e)
realizeComplete
public void realizeComplete(RealizeCompleteEvent e)
start
public void start(StartEvent e)
stop
public void stop(StopEvent e)
deallocate
public void deallocate(DeallocateEvent e)
endOfMedia
public void endOfMedia(EndOfMediaEvent e)
restarting
public void restarting(RestartingEvent e)
stopAtTime
public void stopAtTime(StopAtTimeEvent e)
stopByRequest
public void stopByRequest(StopByRequestEvent e)
audioDeviceUnavailable
public void audioDeviceUnavailable(AudioDeviceUnavailableEvent e)
configureComplete
public void configureComplete(ConfigureCompleteEvent e)
controllerClosed
public void controllerClosed(ControllerClosedEvent e)
sizeChange
public void sizeChange(SizeChangeEvent e)
connectionError
public void connectionError(ConnectionErrorEvent e)
formatChange
public void formatChange(FormatChangeEvent e)
replaceURL
public void replaceURL(java.lang.Object e)
showDocument
public void showDocument(java.lang.Object e)
controllerUpdate
public void controllerUpdate(ControllerEvent e)
- Specified by:
controllerUpdate
in interface ControllerListener