public class LiteDebugger
extends org.jivesoftware.smack.debugger.SmackDebugger
| Constructor and Description |
|---|
LiteDebugger(org.jivesoftware.smack.XMPPConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
incomingStreamSink(java.lang.CharSequence incomingCharSequence) |
void |
onIncomingStreamElement(org.jivesoftware.smack.packet.TopLevelStreamElement streamElement) |
void |
onOutgoingStreamElement(org.jivesoftware.smack.packet.TopLevelStreamElement streamElement) |
void |
outgoingStreamSink(java.lang.CharSequence outgoingCharSequence) |
void |
rootWindowClosing(java.awt.event.WindowEvent evt)
Notification that the root window is closing.
|
void |
userHasLogged(org.jxmpp.jid.EntityFullJid user) |
public LiteDebugger(org.jivesoftware.smack.XMPPConnection connection)
public void rootWindowClosing(java.awt.event.WindowEvent evt)
evt - the event that indicates that the root window is closingpublic void outgoingStreamSink(java.lang.CharSequence outgoingCharSequence)
outgoingStreamSink in class org.jivesoftware.smack.debugger.SmackDebuggerpublic void incomingStreamSink(java.lang.CharSequence incomingCharSequence)
incomingStreamSink in class org.jivesoftware.smack.debugger.SmackDebuggerpublic void userHasLogged(org.jxmpp.jid.EntityFullJid user)
userHasLogged in class org.jivesoftware.smack.debugger.SmackDebuggerpublic void onIncomingStreamElement(org.jivesoftware.smack.packet.TopLevelStreamElement streamElement)
onIncomingStreamElement in class org.jivesoftware.smack.debugger.SmackDebuggerpublic void onOutgoingStreamElement(org.jivesoftware.smack.packet.TopLevelStreamElement streamElement)
onOutgoingStreamElement in class org.jivesoftware.smack.debugger.SmackDebugger