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

net.java.sip.communicator.impl.gui.main.call
Class MissedCall

java.lang.Object
  extended by net.java.sip.communicator.impl.gui.main.call.MissedCall

public class MissedCall
extends Object

The MissedCall class wraps a missed call in order to provide information about the call later.

Author:
Yana Stamcheva

Constructor Summary
MissedCall(String callName, Date callTime)
          Creates an instance of MissedCall by specifying the call name and time.
 
Method Summary
 String getCallName()
          Returns the name associated with this call.
 Date getCallTime()
          Returns the time the call was made.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissedCall

public MissedCall(String callName,
                  Date callTime)
Creates an instance of MissedCall by specifying the call name and time.

Parameters:
callName - the name associated to this call
callTime - the time of the missed call
Method Detail

getCallName

public String getCallName()
Returns the name associated with this call.

Returns:
the name associated with this call

getCallTime

public Date getCallTime()
Returns the time the call was made.

Returns:
the time the call was made

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

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