FileDocCategorySizeDatePackage
RestartingEvent.javaAPI DocJMF 2.1.1e895Mon May 12 12:20:38 BST 2003javax.media

RestartingEvent

public class RestartingEvent extends StopEvent
A RestartingEvent indicates that a Controller has moved from the Started state back to the Prefetching state (a Stopped state) and intends to return to the Started state when Prefetching is complete. This occurs when a Started Player is asked to change its rate or media time and to fulfill the request must prefetch its media again.
see
Controller
see
ControllerListener
version
1.2, 02/08/21.

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

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