StopByRequestEventpublic class StopByRequestEvent extends StopEvent A StopByRequestEvent indicates that the Controller has stopped in response to a stop call.
This event is posted as an acknowledgement even if the Controller
is already Stopped. |
Constructors Summary |
---|
public StopByRequestEvent(Controller from, int previous, int current, int target, Time mediaTime)
super(from, previous, current, target, mediaTime);
|
|