Improve StanzaListner javadoc

This commit is contained in:
Florian Schmaus 2017-07-25 08:34:36 +02:00
parent f7ae216138
commit b497a236f9
1 changed files with 1 additions and 1 deletions

View File

@ -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>