IP*Works! V9

ipworks
Class NntpGroupOverviewEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.NntpGroupOverviewEvent
All Implemented Interfaces:
java.io.Serializable

public class NntpGroupOverviewEvent
extends java.util.EventObject

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.

See Also:
Nntp, Nntp.GroupOverviewEvent, Serialized Form

Field 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

articleNumber

public int articleNumber

subject

public java.lang.String subject

from

public java.lang.String from

articleDate

public java.lang.String articleDate

messageId

public java.lang.String messageId

references

public java.lang.String references

articleSize

public int articleSize

articleLines

public int articleLines

otherHeaders

public java.lang.String otherHeaders

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.