package com.cari.voip.keyboard.stack.events; public interface PacketDescription { public String[] getDescription(Packet packet); }