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 SignallingEvent
public java.lang.String getFromAccountId()
getFromAccountId
in interface SignallingEvent
public java.lang.String getCustomInfo()
getCustomInfo
in interface SignallingEvent
public SignallingEventType getEventType()
getEventType
in interface SignallingEvent
public long getTime()
getTime
in interface SignallingEvent