util.rmi
Class URLEvent
java.lang.Object
java.util.EventObject
util.rmi.RmiEvent
util.rmi.URLEvent
- All Implemented Interfaces:
- Serializable
public class URLEvent
- extends RmiEvent
An url event signals that the content of an URL has changed or is for
the first time available. It is intended to notify listeners that derive
some of their data from an URL. It is somewhat similar to the
HyperlinkEvent.
- See Also:
- Serialized Form
|
Field Summary |
private URL |
url
The url that has changed. |
|
Constructor Summary |
URLEvent(Object src,
URL content)
Contructes a new URL event specifying the url-sourtce. |
|
Method Summary |
URL |
getURL()
Returns the URL associated with the event. |
url
private URL url
- The url that has changed.
URLEvent
public URLEvent(Object src,
URL content)
- Contructes a new URL event specifying the url-sourtce.
getURL
public URL getURL()
- Returns the URL associated with the event.