public class Node.ItemEventTranslator extends java.lang.Object implements StanzaListener
| Constructor and Description |
|---|
ItemEventTranslator(ItemEventListener eventListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
processStanza(Stanza packet)
Process the next stanza(/packet) sent to this stanza(/packet) listener.
|
public ItemEventTranslator(ItemEventListener eventListener)
public void processStanza(Stanza packet)
StanzaListenerIf 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.
processStanza in interface StanzaListenerpacket - the stanza(/packet) to process.