SIKEventHandler Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SIKEventHandler.h SIKEventHandler.m |
+ getInstance
It provides EventHandler singleton instance
+ (SIKEventHandler *)getInstanceReturn Value
EventHandler singleton instance
Discussion
It provides EventHandler singleton instance
Declared In
SIKEventHandler.h
– getNotificationEventHandler
Get notification event handler
- (id<SIKINotificationEvents>)getNotificationEventHandlerReturn Value
NotificationEventHandler instance
Discussion
Get notification event handler
Declared In
SIKEventHandler.h
– getSyncEventHandler
Get sync event handler instance
- (id<SIKISyncEvents>)getSyncEventHandlerReturn Value
SyncEventHandler instance
Discussion
Get sync event handler instance
Declared In
SIKEventHandler.h