Class Node.ItemDeleteTranslator

java.lang.Object
org.jivesoftware.smackx.pubsub.Node.ItemDeleteTranslator
All Implemented Interfaces:
StanzaListener
Enclosing class:
Node

public static class Node.ItemDeleteTranslator extends Object implements StanzaListener
This class translates low level item deletion events into api level objects for user consumption.
  • Constructor Details

  • Method Details

    • processStanza

      public void processStanza(Stanza packet)
      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 interface StanzaListener
      Parameters:
      packet - the stanza to process.