public class RateChangeEvent extends ControllerEvent
RateChangeEvent is a ControllerEvent that is posted when
a Controller's rate changes.Controller,
ControllerListener,
Serialized Formsource| Constructor and Description |
|---|
RateChangeEvent(Controller from,
float newRate) |
| Modifier and Type | Method and Description |
|---|---|
float |
getRate()
Get the new rate of the
Controller that
generated this event. |
String |
toString()
Returns the String representation of this event's values.
|
getSource, getSourceControllerpublic RateChangeEvent(Controller from, float newRate)
public float getRate()
Controller that
generated this event.Controller's new rate.public String toString()
toString in class ControllerEventCopyright © 2012 code4tv.com. All Rights Reserved.