Secure iNet Factory

com.jscape.inet.nntp
Class NntpConnectedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.jscape.inet.nntp.NntpConnectedEvent
All Implemented Interfaces:
java.io.Serializable

public class NntpConnectedEvent
extends java.util.EventObject

Fired when connection to NNTP server is established.

See Also:
Serialized Form

Constructor Summary
NntpConnectedEvent(java.lang.Object source, java.lang.String hostname)
          Creates NntpConnectedEvent.
 
Method Summary
 java.lang.String getHostname()
          Gets NNTP server hostname.
 
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

NntpConnectedEvent

public NntpConnectedEvent(java.lang.Object source,
                          java.lang.String hostname)
Creates NntpConnectedEvent.

Parameters:
source - the source of the event
hostname - the hostname of the NNTP server
Method Detail

getHostname

public java.lang.String getHostname()
Gets NNTP server hostname.

Returns:
hostname

Secure iNet Factory

Copyright JSCAPE 1999-2008 All Rights Reserved