Secure iNet Factory

com.jscape.inet.nntp
Class NntpArticleBodyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jscape.inet.nntp.NntpArticleBodyEvent
All Implemented Interfaces:
java.io.Serializable

public class NntpArticleBodyEvent
extends java.util.EventObject

Fired when body of article is retrieved from NNTP server.

See Also:
Serialized Form

Constructor Summary
NntpArticleBodyEvent(java.lang.Object source, NntpArticleBody body)
          Creates NntpArticleBodyEvent.
 
Method Summary
 NntpArticleBody getBody()
          Gets body 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

NntpArticleBodyEvent

public NntpArticleBodyEvent(java.lang.Object source,
                            NntpArticleBody body)
Creates NntpArticleBodyEvent.

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

getBody

public NntpArticleBody getBody()
Gets body of article.

Returns:
the NntpArticleBody of the article
See Also:
NntpArticleBody

Secure iNet Factory

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