ipworks
Class XmppDisconnectedEvent
java.lang.Object
java.util.EventObject
ipworks.XmppDisconnectedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class XmppDisconnectedEvent
- extends java.util.EventObject
This event is fired when the chat service connection is lost.
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 the TCP/IP subsystem. Description contains a
description of this code. The value of StatusCode is equal
to the value of the TCP/IP error.
Please refer to the Error Messages section for more information.
- See Also:
Xmpp
,
Xmpp.DisconnectedEvent
,
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 |
statusCode
public int statusCode
description
public java.lang.String description
Copyright (c) 2013 /n software inc. - All rights reserved.