IP*Works! V9

ipworks
Class IpinfoRequestCompleteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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 bean 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 the system. Description contains a description of this code.

Please refer to the Error Messages section for more information.

NOTE: This functionality is only available in Windows.

See Also:
Ipinfo, Ipinfo.RequestCompleteEvent, Serialized Form

Field Summary
 java.lang.String description
           
 int requestId
           
 int statusCode
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
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
 

Field Detail

requestId

public int requestId

statusCode

public int statusCode

description

public java.lang.String description

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.