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