|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.main.call.MissedCall
public class MissedCall
The MissedCall class wraps a missed call in order to provide information about the call later.
| 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 |
|---|
public MissedCall(String callName,
Date callTime)
callName - the name associated to this callcallTime - the time of the missed call| Method Detail |
|---|
public String getCallName()
public Date getCallTime()
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||