public class RssEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RssEvent.Type |
| Constructor and Description |
|---|
RssEvent(RssChannel channel,
RssItem item,
RssEvent.Type type) |
| Modifier and Type | Method and Description |
|---|---|
RssChannel |
getChannel() |
RssItem |
getItem() |
RssEvent.Type |
getType() |
void |
setChannel(RssChannel channel) |
void |
setItem(RssItem item) |
void |
setType(RssEvent.Type type) |
public RssEvent(RssChannel channel, RssItem item, RssEvent.Type type)
public RssChannel getChannel()
public void setChannel(RssChannel channel)
channel - the channel to setpublic RssItem getItem()
public void setItem(RssItem item)
item - the item to setpublic RssEvent.Type getType()
public void setType(RssEvent.Type type)
type - the type to setCopyright © 2001-2017 Jalios SA. All Rights Reserved.