|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.media.ControllerEvent
javax.media.RateChangeEvent
org.ocap.shared.media.EndOfContentEvent
public class EndOfContentEvent
EndOfContentEvent is a RateChangeEvent that is posted when the rate change is due to a forward playback hitting the end of the stored context, or a forward playback catching up with the live recording point.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
EndOfContentEvent(javax.media.Controller from,
float newRate)
Create a EndOfContentEvent. |
Method Summary |
---|
Methods inherited from class javax.media.RateChangeEvent |
---|
getRate |
Methods inherited from class javax.media.ControllerEvent |
---|
getSource, getSourceController |
Methods inherited from class java.util.EventObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EndOfContentEvent(javax.media.Controller from, float newRate)
from
- the controller that is generating the event.newRate
- the new rate following the rate change
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |