1 2 3 4 5
package de.gultsch.chat.xmpp; public interface OnIqPacketReceived { public void onIqPacketReceived(IqPacket packet); }