All Packages Class Hierarchy This Package Previous Next Index
Class javax.media.ConnectionErrorEvent
java.lang.Object
|
+----javax.media.ControllerEvent
|
+----javax.media.ControllerClosedEvent
|
+----javax.media.ControllerErrorEvent
|
+----javax.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.
- Version:
- 1.6, 97/08/23
-
ConnectionErrorEvent(Controller)
-
-
ConnectionErrorEvent(Controller, String)
-
ConnectionErrorEvent
public ConnectionErrorEvent(Controller from)
ConnectionErrorEvent
public ConnectionErrorEvent(Controller from,
String why)
All Packages Class Hierarchy This Package Previous Next Index