|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrss.events.gui.GUIEvent
rss.events.gui.AddFeedEvent
public class AddFeedEvent
Fired when a feed has been added by the user.
Constructor Summary | |
---|---|
AddFeedEvent(java.lang.String uri,
TreeFolder folder)
Creates a new AddFeedEvent with the given feed URL and TreeFolder that will contain the new feed. |
Method Summary | |
---|---|
TreeFolder |
getFolder()
Returns the folder where to place the new feed. |
java.lang.String |
getURI()
Returns the URL of the feed. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddFeedEvent(java.lang.String uri, TreeFolder folder)
uri
- URL of the feed (input by the user)folder
- TreeFolder to store the new feedMethod Detail |
---|
public java.lang.String getURI()
public TreeFolder getFolder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |