Package org.jivesoftware.smackx.pubsub
Class Node.ItemDeleteTranslator
java.lang.Object
org.jivesoftware.smackx.pubsub.Node.ItemDeleteTranslator
- All Implemented Interfaces:
StanzaListener
- Enclosing class:
- Node
This class translates low level item deletion 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
-
ItemDeleteTranslator
-
-
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.
-