Secure iNet Factory

com.jscape.inet.http
Class HttpDisconnectedEvent

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

public class HttpDisconnectedEvent
extends java.util.EventObject

Fired when connection to HTTP server is released.

See Also:
Serialized Form

Constructor Summary
HttpDisconnectedEvent(java.lang.Object source, java.lang.String url)
          Constructs a new HttpConnectedEvent.
 
Method Summary
 java.lang.String getURL()
          Gets the String representation of the URL this event is associated with.
 
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

HttpDisconnectedEvent

public HttpDisconnectedEvent(java.lang.Object source,
                             java.lang.String url)
Constructs a new HttpConnectedEvent.

Parameters:
source - the source of this event
url - the String representation of the URL associated with this event
Method Detail

getURL

public java.lang.String getURL()
Gets the String representation of the URL this event is associated with.

Returns:
a String representation of the URL

Secure iNet Factory

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