net.java.sip.communicator.service.protocol.event
Interface ContactCapabilitiesListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- MetaContactListServiceImpl
public interface ContactCapabilitiesListener
- extends EventListener
Represents a listener of changes in the capabilities of a Contact as
known by an associated protocol provider delivered in the form of
ContactCapabilitiesEvents.
- Author:
- Lubomir Marinov
supportedOperationSetsChanged
void supportedOperationSetsChanged(ContactCapabilitiesEvent event)
- Notifies this listener that the list of the OperationSet
capabilities of a Contact has changed.
- Parameters:
event - a ContactCapabilitiesEvent with ID
ContactCapabilitiesEvent.SUPPORTED_OPERATION_SETS_CHANGED which
specifies the Contact whose list of OperationSet
capabilities has changed
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.