FileDocCategorySizeDatePackage
DataLostErrorEvent.javaAPI DocJMF 2.1.1e565Mon May 12 12:20:36 BST 2003javax.media

DataLostErrorEvent

public class DataLostErrorEvent extends ControllerClosedEvent
A DataLostErrorEvent is posted when a Controller has lost data.
see
Controller
see
ControllerListener
version
1.2, 02/08/21

Fields Summary
Constructors Summary
public DataLostErrorEvent(Controller from)

        super(from);
    
public DataLostErrorEvent(Controller from, String why)

        super(from, why);
    
Methods Summary