public class RateChangeEvent extends ControllerEvent
Constructor and Description |
---|
RateChangeEvent(Controller from,
float newRate) |
Modifier and Type | Method and Description |
---|---|
float |
getRate() |
java.lang.String |
toString() |
getSource, getSourceController
public RateChangeEvent(Controller from, float newRate)
public float getRate()
public java.lang.String toString()
toString
in class ControllerEvent