IP*Works!

ipworks
Class WebuploadDisconnectedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ipworks.WebuploadDisconnectedEvent
All Implemented Interfaces:
java.io.Serializable

public class WebuploadDisconnectedEvent
extends java.util.EventObject

Fired when a connection is closed. If the connection is broken normally, StatusCode is 0, and Description is "OK".

If the connection is broken for any other reason, StatusCode has the error code returned by Winsock. Description contains a description of this code. The value of StatusCode is equal to the value of the Winsock error.

Please refer to the Error Messages section for more information.

See Also:
Webupload, Webupload.fireDisconnected, Serialized Form

Field Summary
 java.lang.String description
           
 int statusCode
           
 
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
 

Field Detail

statusCode

public int statusCode

description

public java.lang.String description

IP*Works!

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