public static class Node.ItemDeleteTranslator extends Object implements StanzaListener
| Constructor and Description |
|---|
ItemDeleteTranslator(ItemDeleteListener eventListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
processStanza(Stanza packet)
Process the next stanza sent to this stanza listener.
|
public ItemDeleteTranslator(ItemDeleteListener 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 to process.