com.sun.syndication.fetcher
Class FetcherEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.sun.syndication.fetcher.FetcherEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class FetcherEvent
- extends java.util.EventObject
- Author:
- nl
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
FetcherEvent(java.lang.Object source)
|
FetcherEvent(java.lang.Object source,
java.net.URL url,
java.lang.String eventType)
|
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 |
EVENT_TYPE_FEED_POLLED
public static final java.lang.String EVENT_TYPE_FEED_POLLED
- See Also:
- Constant Field Values
EVENT_TYPE_FEED_RETRIEVED
public static final java.lang.String EVENT_TYPE_FEED_RETRIEVED
- See Also:
- Constant Field Values
EVENT_TYPE_FEED_UNCHANGED
public static final java.lang.String EVENT_TYPE_FEED_UNCHANGED
- See Also:
- Constant Field Values
FetcherEvent
public FetcherEvent(java.lang.Object source)
FetcherEvent
public FetcherEvent(java.lang.Object source,
java.net.URL url,
java.lang.String eventType)
getUrl
public java.net.URL getUrl()
- Returns:
- Returns the url.
setUrl
public void setUrl(java.net.URL url)
- Parameters:
url
- The url to set.
getEventType
public java.lang.String getEventType()
- Returns:
- Returns the eventType.
setEventType
public void setEventType(java.lang.String eventType)
- Parameters:
eventType
- The eventType to set.
Copyright © 2004 Sun Microsystems. All Rights Reserved.