public interface ContactInfoHandler
Modifier and Type | Method and Description |
---|---|
void |
handleContactInfo(ContactInfoWindow contactInfo)
Called everytime a
ContactInfo is about to appear. |
void handleContactInfo(ContactInfoWindow contactInfo)
ContactInfo
is about to appear.contactInfo
- the contactInfo object.