Secure iNet Factory

com.jscape.inet.nntp
Class NntpArticleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jscape.inet.nntp.NntpArticleEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NntpArticlePostedEvent

public class NntpArticleEvent
extends java.util.EventObject

Fired when article is retrieved from or posted to NNTP server.

See Also:
Serialized Form

Constructor Summary
NntpArticleEvent(java.lang.Object source, NntpArticle article)
          Creates NntpArticleEvent.
 
Method Summary
 NntpArticle getArticle()
          Gets 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

NntpArticleEvent

public NntpArticleEvent(java.lang.Object source,
                        NntpArticle article)
Creates NntpArticleEvent.

Parameters:
source - the source of the event
article - the NntpArticle
See Also:
NntpArticle
Method Detail

getArticle

public NntpArticle getArticle()
Gets article.

Returns:
the NntpArticle
See Also:
NntpArticle

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved