Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Class CallReceivedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.java.sip.communicator.service.protocol.event.CallReceivedEvent
All Implemented Interfaces:
Serializable

public class CallReceivedEvent
extends EventObject

A class representing the event of a call reception.

Author:
Emil Ivov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CallReceivedEvent(Call call)
          Constructor.
 
Method Summary
 Call getCall()
          Returns the received call.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallReceivedEvent

public CallReceivedEvent(Call call)
Constructor.

Parameters:
call - the Call received
Method Detail

getCall

public Call getCall()
Returns the received call.

Returns:
received Call

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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