public interface EventLog
Modifier and Type | Interface and Description |
---|---|
static class |
EventLog.Type |
Modifier and Type | Method and Description |
---|---|
void |
deleteFromDatabase()
Delete event log from database.
|
Call |
getCall()
Returns the call of a conference call event.
|
ChatMessage |
getChatMessage()
Returns the chat message of a conference chat message event.
|
long |
getCreationTime()
Returns the creation time of a event log.
|
Address |
getDeviceAddress()
Returns the device address of a conference participant device event.
|
Address |
getLocalAddress()
Returns the local address of a conference event.
|
int |
getNotifyId()
Returns the notify id of a conference notified event.
|
Address |
getParticipantAddress()
Returns the participant address of a conference participant event.
|
Address |
getPeerAddress()
Returns the peer address of a conference event.
|
java.lang.String |
getSubject()
Returns the subject of a conference subject event.
|
EventLog.Type |
getType()
Returns the type of a event log.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
Call getCall()
ChatMessage getChatMessage()
long getCreationTime()
Address getDeviceAddress()
Address getLocalAddress()
int getNotifyId()
Address getParticipantAddress()
Address getPeerAddress()
java.lang.String getSubject()
EventLog.Type getType()
void deleteFromDatabase()
void setUserData(java.lang.Object data)
java.lang.Object getUserData()