com.jabberwookie
Interface UnrecognizedChunkListener

All Known Implementing Classes:
Component2Server, ComponentConnect

public interface UnrecognizedChunkListener

This class provides the interface required by the Stream class for anyone that wants to receive packets that aren't of <iq>, <presence> or <message> types.

Author:
smeiners

Method Summary
 void incomingChunk(Chunk chunk)
           
 

Method Detail

incomingChunk

public void incomingChunk(Chunk chunk)