javax.media
Class ControllerAdapter

java.lang.Object
  extended by 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

Constructor Summary
ControllerAdapter()
           
 
Method Summary
 void audioDeviceUnavailable(AudioDeviceUnavailableEvent e)
           
 void cachingControl(CachingControlEvent e)
           
 void configureComplete(ConfigureCompleteEvent e)
           
 void connectionError(ConnectionErrorEvent e)
           
 void controllerClosed(ControllerClosedEvent e)
           
 void controllerError(ControllerErrorEvent e)
           
 void controllerUpdate(ControllerEvent e)
           
 void dataLostError(DataLostErrorEvent e)
           
 void dataStarved(DataStarvedEvent e)
           
 void deallocate(DeallocateEvent e)
           
 void durationUpdate(DurationUpdateEvent e)
           
 void endOfMedia(EndOfMediaEvent e)
           
 void formatChange(FormatChangeEvent e)
           
 void internalError(InternalErrorEvent e)
           
 void mediaTimeSet(MediaTimeSetEvent e)
           
 void prefetchComplete(PrefetchCompleteEvent e)
           
 void rateChange(RateChangeEvent e)
           
 void realizeComplete(RealizeCompleteEvent e)
           
 void replaceURL(java.lang.Object e)
           
 void resourceUnavailable(ResourceUnavailableEvent e)
           
 void restarting(RestartingEvent e)
           
 void showDocument(java.lang.Object e)
           
 void sizeChange(SizeChangeEvent e)
           
 void start(StartEvent e)
           
 void stop(StopEvent e)
           
 void stopAtTime(StopAtTimeEvent e)
           
 void stopByRequest(StopByRequestEvent e)
           
 void stopTimeChange(StopTimeChangeEvent e)
           
 void transition(TransitionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerAdapter

public ControllerAdapter()
Method Detail

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