mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Improve StanzaListner javadoc
This commit is contained in:
parent
f7ae216138
commit
b497a236f9
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public interface StanzaListener {
|
||||||
/**
|
/**
|
||||||
* Process the next stanza(/packet) sent to this stanza(/packet) listener.
|
* Process the next stanza(/packet) sent to this stanza(/packet) listener.
|
||||||
* <p>
|
* <p>
|
||||||
* A single thread is responsible for invoking all listeners, so
|
* If this listener is synchronous, then a single thread is responsible for invoking all listeners, so
|
||||||
* it's very important that implementations of this method not block
|
* it's very important that implementations of this method not block
|
||||||
* for any extended period of time.
|
* for any extended period of time.
|
||||||
* </p>
|
* </p>
|
||||||
|
|
Loading…
Reference in a new issue