|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jscape.inet.nntp.NntpArticleHeaderEvent
public class NntpArticleHeaderEvent
Fired when header of article is retrieved from NNTP server.
Constructor Summary | |
---|---|
NntpArticleHeaderEvent(java.lang.Object source,
NntpArticleHeader header)
Creates NntpArticleHeaderEvent. |
Method Summary | |
---|---|
NntpArticleHeader |
getHeader()
Gets header of article. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NntpArticleHeaderEvent(java.lang.Object source, NntpArticleHeader header)
source
- the source of the eventheader
- the NntpArticleHeader
of the articleNntpArticleHeader
Method Detail |
---|
public NntpArticleHeader getHeader()
NntpArticleHeader
of the articleNntpArticleHeader
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |