Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Interface CallGroupListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractCall, Call, CallGibberishImpl, CallGTalkImpl, CallJabberImpl, CallSipImpl, MediaAwareCall, MockCall

public interface CallGroupListener
extends EventListener

Instances of this class are used for listening for notifications coming out of a CallGroup.

Author:
Sebastien Vincent

Method Summary
 void callAdded(CallGroupEvent evt)
          Notifies this instance that a specific Call has been added to a CallGroup.
 void callRemoved(CallGroupEvent evt)
          Notified when a call are removed from a CallGroup.
 

Method Detail

callAdded

void callAdded(CallGroupEvent evt)
Notifies this instance that a specific Call has been added to a CallGroup.

Parameters:
evt - a CallGroupEvent which specifies the Call which has been added to a CallGroup

callRemoved

void callRemoved(CallGroupEvent evt)
Notified when a call are removed from a CallGroup.

Parameters:
evt - event

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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