Package org.jivesoftware.smackx.pubsub
Class Node.ItemEventTranslator
java.lang.Object
org.jivesoftware.smackx.pubsub.Node.ItemEventTranslator
- All Implemented Interfaces:
StanzaListener
- Enclosing class:
- Node
This class translates low level item publication events into api level objects for
user consumption.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processStanza
(Stanza packet) Process the next stanza sent to this stanza listener.
-
Constructor Details
-
ItemEventTranslator
-
-
Method Details
-
processStanza
Description copied from interface:StanzaListener
Process the next stanza sent to this stanza listener.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 for any extended period of time.
- Specified by:
processStanza
in interfaceStanzaListener
- Parameters:
packet
- the stanza to process.
-