net.java.sip.communicator.service.protocol.event
Class CallReceivedEvent
java.lang.Object
java.util.EventObject
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
|
Method Summary |
Call |
getCall()
Returns the received call. |
CallReceivedEvent
public CallReceivedEvent(Call call)
- Constructor.
- Parameters:
call - the Call received
getCall
public Call getCall()
- Returns the received call.
- Returns:
- received Call
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.