Class Node.ItemEventTranslator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processStanza​(Stanza packet)
      Process the next stanza sent to this stanza listener.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.