|
|||||||||
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.ArticleReadEvent
public class ArticleReadEvent
This object represents an event that the user chose to read the article.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ArticleReadEvent(java.lang.Object source,
Article article)
Construct a new AricleReadEvent with provided source and article. |
Method Summary | |
---|---|
Article |
getArticle()
Returns article that the user want to read. |
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 ArticleReadEvent(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 |