Class Node.ItemDeleteTranslator

    • Method Detail

      • 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.