FileDocCategorySizeDatePackage
ConnectionErrorEvent.javaAPI DocJMF 2.1.1e564Mon May 12 12:20:36 BST 2003javax.media

ConnectionErrorEvent

public class ConnectionErrorEvent extends ControllerErrorEvent
A ConnectionErrorEvent is posted when an error occurs within a DataSource when obtaining data or communicating with a server.

Fields Summary
Constructors Summary
public ConnectionErrorEvent(Controller from)

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

        super(from, why);
    
Methods Summary