public class Event extends Object
Event represents SDK generated events. These events are generally
fired through EventBus to all the subscribed EventListener| Modifier and Type | Class and Description |
|---|---|
static class |
Event.EventType
EventType indicates type of the event allowing the default
Event implementation to be used for multiple event types. |
| Constructor and Description |
|---|
Event(Event.EventType type,
Object source) |
Event(Event.EventType type,
Object source,
Calendar createTime) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreateTime() |
Object |
getSource() |
Event.EventType |
getType() |
public Event(Event.EventType type, Object source)
public Event(Event.EventType type, Object source, Calendar createTime)
public Event.EventType getType()
public Object getSource()
public Calendar getCreateTime()
Copyright © 2019. All rights reserved.