mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
References to PacketWriterListener changed to PacketListener
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2172 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
4a8060c209
commit
7d7c02b750
6 changed files with 75 additions and 110 deletions
|
@ -98,13 +98,13 @@ public interface SmackDebugger {
|
|||
* @return the PacketListener that will listen for all incoming packets and write them to
|
||||
* the GUI
|
||||
*/
|
||||
public abstract PacketListener getListener();
|
||||
public abstract PacketListener getReaderListener();
|
||||
|
||||
/**
|
||||
* Returns the thread that will listen for all outgoing packets and write them to the GUI.
|
||||
*
|
||||
* @return the PacketWriterListener that will listen for all sent packets and write them to
|
||||
* @return the PacketListener that will listen for all sent packets and write them to
|
||||
* the GUI
|
||||
*/
|
||||
public abstract PacketWriterListener getWriterListener();
|
||||
public abstract PacketListener getWriterListener();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue