|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--org.dvb.internet.InternetClientEvent | +--org.dvb.internet.InternetClientFailureEvent
Event indicating that an operation on an internet client failed. Typically, internet clients will post subclasses of this event detailing the reason why the operation failed.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
InternetClientFailureEvent(java.lang.Object source,
java.net.URL url)
Construct a new InternetClientFailureEvent |
Methods inherited from class org.dvb.internet.InternetClientEvent |
getUrl |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InternetClientFailureEvent(java.lang.Object source, java.net.URL url)
InternetClientFailureEvent
source
- the source of the eventurl
- the URL to which the event relates.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |