javax.media
Class CachingControlEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.ControllerEvent
          extended by javax.media.CachingControlEvent
All Implemented Interfaces:
Serializable, MediaEvent

public class CachingControlEvent
extends ControllerEvent

See Also:
Serialized Form

Constructor Summary
CachingControlEvent(Controller from, CachingControl cacheControl, long progress)
           
 
Method Summary
 CachingControl getCachingControl()
           
 long getContentProgress()
           
 
Methods inherited from class javax.media.ControllerEvent
getSource, getSourceController
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachingControlEvent

public CachingControlEvent(Controller from,
                           CachingControl cacheControl,
                           long progress)
Method Detail

getCachingControl

public CachingControl getCachingControl()

getContentProgress

public long getContentProgress()