All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.media.PrefetchCompleteEvent

java.lang.Object
   |
   +----javax.media.ControllerEvent
           |
           +----javax.media.TransitionEvent
                   |
                   +----javax.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.

Version:
1.20, 97/08/23.
See Also:
Controller, ControllerListener

Constructor Index

 o PrefetchCompleteEvent(Controller, int, int, int)

Constructors

 o PrefetchCompleteEvent
 public PrefetchCompleteEvent(Controller from,
                              int previous,
                              int current,
                              int target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index