Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.protocol.event.CallChangeEvent

Packages that use CallChangeEvent
net.java.sip.communicator.impl.gui.main.call   
net.java.sip.communicator.impl.protocol.gibberish   
net.java.sip.communicator.impl.protocol.mock   
net.java.sip.communicator.plugin.notificationwiring   
net.java.sip.communicator.service.protocol   
net.java.sip.communicator.service.protocol.event   
net.java.sip.communicator.service.protocol.media   
 

Uses of CallChangeEvent in net.java.sip.communicator.impl.gui.main.call
 

Methods in net.java.sip.communicator.impl.gui.main.call with parameters of type CallChangeEvent
 void CallPanel.callStateChanged(CallChangeEvent evt)
           
 

Uses of CallChangeEvent in net.java.sip.communicator.impl.protocol.gibberish
 

Methods in net.java.sip.communicator.impl.protocol.gibberish with parameters of type CallChangeEvent
 void OperationSetBasicTelephonyGibberishImpl.callStateChanged(CallChangeEvent evt)
           
 void OperationSetTelephonyConferencingGibberishImpl.callStateChanged(CallChangeEvent evt)
           
 

Uses of CallChangeEvent in net.java.sip.communicator.impl.protocol.mock
 

Methods in net.java.sip.communicator.impl.protocol.mock with parameters of type CallChangeEvent
 void MockOperationSetBasicTelephony.callStateChanged(CallChangeEvent evt)
           
 

Uses of CallChangeEvent in net.java.sip.communicator.plugin.notificationwiring
 

Methods in net.java.sip.communicator.plugin.notificationwiring with parameters of type CallChangeEvent
 void NotificationManager.callStateChanged(CallChangeEvent evt)
          Call state changed.
 

Uses of CallChangeEvent in net.java.sip.communicator.service.protocol
 

Methods in net.java.sip.communicator.service.protocol with parameters of type CallChangeEvent
 void ActiveCallsRepository.callStateChanged(CallChangeEvent evt)
          If evt indicates that the call has been ended we remove it from the repository.
 void CallGroup.callStateChanged(CallChangeEvent evt)
          Indicates that a change has occurred in the state of the source call.
 

Uses of CallChangeEvent in net.java.sip.communicator.service.protocol.event
 

Methods in net.java.sip.communicator.service.protocol.event with parameters of type CallChangeEvent
 void CallChangeListener.callStateChanged(CallChangeEvent evt)
          Indicates that a change has occurred in the state of the source call.
 void CallChangeAdapter.callStateChanged(CallChangeEvent evt)
          A dummy implementation of this listener's callStateChanged() method.
 

Uses of CallChangeEvent in net.java.sip.communicator.service.protocol.media
 

Methods in net.java.sip.communicator.service.protocol.media with parameters of type CallChangeEvent
 void MediaAwareCall.callStateChanged(CallChangeEvent evt)
          Indicates that a change has occurred in the state of the source call.
 void AbstractOperationSetTelephonyConferencing.callStateChanged(CallChangeEvent event)
          Notifies this CallChangeListener that a specific Call has changed its state.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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