com.jabberwookie
Interface IQListener

All Known Implementing Classes:
ClientConnect, ComponentConnect

public interface IQListener

This class provides the interface required by the Stream class for anyone that wants to receive <iq> packets.

Author:
smeiners

Method Summary
 void incomingIQ(IQ iq)
           
 

Method Detail

incomingIQ

public void incomingIQ(IQ iq)