Secure iNet Factory

com.jscape.inet.pop
Class PopDisconnectedEvent

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

public class PopDisconnectedEvent
extends java.util.EventObject

Fired when connection to POP3 server is released.

See Also:
Serialized Form

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

PopDisconnectedEvent

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

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

getHostname

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

Returns:
hostname

Secure iNet Factory

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