FileDocCategorySizeDatePackage
PrefetchCompleteEvent.javaAPI DocJMF 2.1.1e817Mon May 12 12:20:38 BST 2003javax.media

PrefetchCompleteEvent

public class PrefetchCompleteEvent extends TransitionEvent
A PrefetchCompleteEvent is posted when a Controller finishes Prefetching. This occurs when a Controller moves from the Prefetching state to the Prefetched state, or as an acknowledgement that the prefetch method was called and the Controller is already Prefetched.
see
Controller
see
ControllerListener
version
1.2, 02/08/21.

Fields Summary
Constructors Summary
public PrefetchCompleteEvent(Controller from, int previous, int current, int target)

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