Class Node.ItemDeleteTranslator

  • All Implemented Interfaces:
    org.jivesoftware.smack.StanzaListener
    Enclosing class:
    Node

    public static class Node.ItemDeleteTranslator
    extends java.lang.Object
    implements org.jivesoftware.smack.StanzaListener
    This class translates low level item deletion events into api level objects for user consumption.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processStanza​(org.jivesoftware.smack.packet.Stanza packet)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • processStanza

        public void processStanza​(org.jivesoftware.smack.packet.Stanza packet)
        Specified by:
        processStanza in interface org.jivesoftware.smack.StanzaListener