|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
ipworks.NntpGroupOverviewEvent
public class NntpGroupOverviewEvent
Fired for each line of article overview data (during group overviews).
ArticleNumber contains the number of the article within the group.
Subject contains the subject of the article.
From contains the email address of the article author.
ArticleDate contains the date the article was posted.
MessageId contains the unique message id for the article.
References contains the message ids for the articles this article refers to (separated by spaces).
ArticleSize contains the size of the article in bytes.
ArticleLines contains the number of lines in the article.
OtherHeaders contains any other article headers that NewsServer
chooses to display for the article.
Nntp
,
Nntp.GroupOverviewEvent
,
Serialized FormField Summary | |
---|---|
java.lang.String |
articleDate
|
int |
articleLines
|
int |
articleNumber
|
int |
articleSize
|
java.lang.String |
from
|
java.lang.String |
messageId
|
java.lang.String |
otherHeaders
|
java.lang.String |
references
|
java.lang.String |
subject
|
Fields inherited from class java.util.EventObject |
---|
source |
Method Summary |
---|
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 |
Field Detail |
---|
public int articleNumber
public java.lang.String subject
public java.lang.String from
public java.lang.String articleDate
public java.lang.String messageId
public java.lang.String references
public int articleSize
public int articleLines
public java.lang.String otherHeaders
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |