|
|||||||||
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
Base class for all status events from internet clients.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
InternetClientEvent(java.lang.Object source,
java.net.URL url)
Construct a new InternetClientEvent |
Method Summary | |
java.net.URL |
getUrl()
Get the URL for which this event was generated. |
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 InternetClientEvent(java.lang.Object source, java.net.URL url)
InternetClientEvent
source
- the source of the eventurl
- the URL to which the event relates.Method Detail |
public java.net.URL getUrl()
java.net.URL
or null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |