ipworks
Class IpinfoRequestCompleteEvent
java.lang.Object
|
+--java.util.EventObject
|
+--ipworks.IpinfoRequestCompleteEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class IpinfoRequestCompleteEvent
- extends java.util.EventObject
Fired after an asynchronous request completes.
The RequestId parameter specifies the request
that just completed. The control properties that relate
to this request are completed with the returned values.
(For example, in the case of domain name resolution, HostName
, HostAddress
, HostAliases
, and OtherAddresses
are set to the resolved values.)
If the request completed normally, StatusCode is 0,
and Description is "OK". If not, StatusCode has the error code returned by Winsock. Description contains a
description of this code.
Please refer to the Error Messages section for more information.
- See Also:
Ipinfo
,
Ipinfo.fireRequestComplete
, Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
requestId
public int requestId
statusCode
public int statusCode
description
public java.lang.String description
Copyright (c) 2001 /n software inc. - All rights reserved.