|
|||||||||
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.DurationUpdateEvent
public class DurationUpdateEvent
Standard JMF class -- see this class in the JMF Javadoc. Complete.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DurationUpdateEvent(Controller from,
Time newDuration)
|
Method Summary | |
---|---|
Time |
getDuration()
|
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 DurationUpdateEvent(Controller from, Time newDuration)
Method Detail |
---|
public Time getDuration()
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 |