|
JSR-927 (Maintenance Release) | ||||||||||
| 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
A RateChangeEvent is a ControllerEvent that is posted when
a Controller's rate changes.
Controller,
ControllerListener,
Serialized Form| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
RateChangeEvent(Controller from,
float newRate)
|
|
| Method Summary | |
float |
getRate()
Get the new rate of the Controller that
generated this event. |
| 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 RateChangeEvent(Controller from,
float newRate)
| Method Detail |
public float getRate()
Controller that
generated this event.
Controller's new rate.
|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||