Package org.jivesoftware.smackx.pubsub
Class Node.ItemDeleteTranslator
java.lang.Object
org.jivesoftware.smackx.pubsub.Node.ItemDeleteTranslator
- All Implemented Interfaces:
org.jivesoftware.smack.StanzaListener
- Enclosing class:
- Node
public static class Node.ItemDeleteTranslator
extends Object
implements org.jivesoftware.smack.StanzaListener
This class translates low level item deletion events into api level objects for
user consumption.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessStanza(org.jivesoftware.smack.packet.Stanza packet)
-
Constructor Details
-
ItemDeleteTranslator
-
-
Method Details
-
processStanza
public void processStanza(org.jivesoftware.smack.packet.Stanza packet) - Specified by:
processStanzain interfaceorg.jivesoftware.smack.StanzaListener
-