|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
fable.adt.FableEvent
fable.gui.event.ArticleBrowseEvent
public class ArticleBrowseEvent
This object represents an event that the user chose to browse the article according to its URL.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ArticleBrowseEvent(java.lang.Object source,
Article article)
Construct a new AricleBrowseEvent with provided source, content, and article. |
Method Summary | |
---|---|
Article |
getArticle()
Returns article that the user want to browse. |
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 ArticleBrowseEvent(java.lang.Object source, Article article)
source
- source of the event.article
- the article corresponds to the content.Method Detail |
---|
public Article getArticle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |