public class ChannelCommonEvent extends java.lang.Object implements SignallingEvent
| Modifier and Type | Method and Description |
|---|---|
ChannelBaseInfo |
getChannelBaseInfo()
Get the channel info
|
java.lang.String |
getCustomInfo()
Get the custom info
|
SignallingEventType |
getEventType()
event type
|
java.lang.String |
getFromAccountId()
Get the account of the sender
|
long |
getTime()
Get the time when the notification is generated.
|
public ChannelBaseInfo getChannelBaseInfo()
getChannelBaseInfo in interface SignallingEventpublic java.lang.String getFromAccountId()
getFromAccountId in interface SignallingEventpublic java.lang.String getCustomInfo()
getCustomInfo in interface SignallingEventpublic SignallingEventType getEventType()
getEventType in interface SignallingEventpublic long getTime()
getTime in interface SignallingEvent