FileDocCategorySizeDatePackage
SeekFailedEvent.javaAPI DocJMF 2.1.1e550Mon May 12 12:20:50 BST 2003com.sun.media

SeekFailedEvent

public class SeekFailedEvent extends StopEvent
A SeekFailedEvent indicates that the Controller could not start at the current media time (set using setMediaTime).

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

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