IP*Works! V9

ipworks
Class NntpHeaderEvent

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

public class NntpHeaderEvent
extends java.util.EventObject

Fired for every article header being retrieved during article retrieval.

The Field parameter contains the name of the header (same case as it is delivered). The Value parameter contains the header contents.

If the header line being retrieved is a continuation header line, then the Field parameter contains "" (empty string).

See Also:
Nntp, Nntp.HeaderEvent, Serialized Form

Field Summary
 java.lang.String field
           
 java.lang.String value
           
 
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

field

public java.lang.String field

value

public java.lang.String value

IP*Works! V9

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