SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.call
Interface MissedCallsListener

All Known Implementing Classes:
CallHistoryButton

public interface MissedCallsListener

The MissedCallsListener listens for changes in the missed calls count. It is notified each time when a missed calls is registered by the CallManager.

Author:
Yana Stamcheva

Method Summary
 void missedCallCountChanged(Collection<MissedCall> missedCalls)
          Indicates the missed calls count has changed.
 

Method Detail

missedCallCountChanged

void missedCallCountChanged(Collection<MissedCall> missedCalls)
Indicates the missed calls count has changed.

Parameters:
missedCalls - the new missed calls list

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.