FileDocCategorySizeDatePackage
InternalErrorEvent.javaAPI DocJMF 2.1.1e708Mon May 12 12:20:36 BST 2003javax.media

InternalErrorEvent

public class InternalErrorEvent extends ControllerErrorEvent
An InternalErrorEvent indicates that a Controller failed for implementation-specific reasons. This event indicates that there are problems with the implementation of the Controller.
see
Controller
see
ControllerListener
version
1.2, 02/08/21

Fields Summary
Constructors Summary
public InternalErrorEvent(Controller from)

        super(from);
    
public InternalErrorEvent(Controller from, String message)

        super(from, message);
    
Methods Summary