net.java.sip.communicator.service.contacteventhandler
Interface ContactEventHandler
- All Known Implementing Classes:
- DefaultContactEventHandler
public interface ContactEventHandler
The ContactEventHandler is meant to be used from other bundles in
order to change the default behavior of events generated when clicking
a contact. The GUI implementation should take in consideration all registered
ContactEventHandlers when managing contact list events.
- Author:
- Yana Stamcheva
|
Method Summary |
void |
contactClicked(Contact contact,
int clickCount)
Indicates that a contact in the contact list was clicked. |
contactClicked
void contactClicked(Contact contact,
int clickCount)
- Indicates that a contact in the contact list was clicked.
- Parameters:
contact - the selected ContactclickCount - the count of clicks
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.