SIKEventHandler Class Reference

Inherits from NSObject
Declared in SIKEventHandler.h
SIKEventHandler.m

Overview

It provides the event handler instances.

+ getInstance

It provides EventHandler singleton instance

+ (SIKEventHandler *)getInstance

Return Value

EventHandler singleton instance

Discussion

It provides EventHandler singleton instance

Declared In

SIKEventHandler.h

– getNotificationEventHandler

Get notification event handler

- (id<SIKINotificationEvents>)getNotificationEventHandler

Return Value

NotificationEventHandler instance

Discussion

Get notification event handler

Declared In

SIKEventHandler.h

– getSyncEventHandler

Get sync event handler instance

- (id<SIKISyncEvents>)getSyncEventHandler

Return Value

SyncEventHandler instance

Discussion

Get sync event handler instance

Declared In

SIKEventHandler.h