|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.media.MediaEvent javax.media.ControllerEvent javax.media.CachingControlEvent
public class CachingControlEvent
Standard JMF class -- see this class in the JMF Javadoc. Complete.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CachingControlEvent(Controller from,
CachingControl cachingControl,
long progress)
|
Method Summary | |
---|---|
CachingControl |
getCachingControl()
|
long |
getContentProgress()
|
java.lang.String |
toString()
|
Methods inherited from class javax.media.ControllerEvent |
---|
getSource, getSourceController |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CachingControlEvent(Controller from, CachingControl cachingControl, long progress)
Method Detail |
---|
public CachingControl getCachingControl()
public long getContentProgress()
public java.lang.String toString()
toString
in class ControllerEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |