package org.chartsy.chatsy.chat.ui; public interface ContactInfoHandler { void handleContactInfo(ContactInfoWindow contactInfo); }