public class LiteDebugger extends java.lang.Object implements SmackDebugger
| Constructor and Description |
|---|
LiteDebugger(XMPPConnection connection,
java.io.Writer writer,
java.io.Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
java.io.Reader |
getReader()
Returns the special Reader that wraps the main Reader and logs data to the GUI.
|
PacketListener |
getReaderListener()
Returns the thread that will listen for all incoming packets and write them to the GUI.
|
java.io.Writer |
getWriter()
Returns the special Writer that wraps the main Writer and logs data to the GUI.
|
PacketListener |
getWriterListener()
Returns the thread that will listen for all outgoing packets and write them to the GUI.
|
void |
rootWindowClosing(java.awt.event.WindowEvent evt)
Notification that the root window is closing.
|
void |
userHasLogged(java.lang.String user)
Called when a user has logged in to the server.
|
public LiteDebugger(XMPPConnection connection, java.io.Writer writer, java.io.Reader reader)
public void rootWindowClosing(java.awt.event.WindowEvent evt)
evt - the event that indicates that the root window is closingpublic void userHasLogged(java.lang.String user)
SmackDebuggeruserHasLogged in interface SmackDebuggeruser - the user@host/resource that has just logged inpublic java.io.Reader getReader()
SmackDebuggergetReader in interface SmackDebuggerpublic java.io.Writer getWriter()
SmackDebuggergetWriter in interface SmackDebuggerpublic PacketListener getReaderListener()
SmackDebuggergetReaderListener in interface SmackDebuggerpublic PacketListener getWriterListener()
SmackDebuggergetWriterListener in interface SmackDebuggerCopyright © 2003 Jive Software.