Secure iNet Factory

com.jscape.inet.http
Class HttpConnectedEvent

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

public class HttpConnectedEvent
extends java.util.EventObject

Fired when connection to HTTP server is established.

See Also:
Serialized Form

Constructor Summary
HttpConnectedEvent(java.lang.Object source, java.lang.String surl)
          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

HttpConnectedEvent

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

Parameters:
source - the source of this event
surl - 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