package de.gultsch.chat.xmpp; public interface OnIqPacketReceived { public void onIqPacketReceived(IqPacket packet); }