StopAtTimeEventpublic class StopAtTimeEvent extends StopEvent A StopAtTimeEvent indicates that the Controller has stopped because it reached
its stop time. |
Constructors Summary |
---|
public StopAtTimeEvent(Controller from, int previous, int current, int target, Time mediaTime)
super(from, previous, current, target, mediaTime);
|
|