FileDocCategorySizeDatePackage
StopByRequestEvent.javaAPI DocJMF 2.1.1e705Mon May 12 12:20:38 BST 2003javax.media

StopByRequestEvent

public 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.
see
Controller
see
ControllerListener
version
1.2, 02/08/21.

Fields Summary
Constructors Summary
public StopByRequestEvent(Controller from, int previous, int current, int target, Time mediaTime)

	super(from, previous, current, target, mediaTime);
    
Methods Summary