SIHEventHandler Class Reference

Inherits from NSObject
Declared in SIHEventHandler.h
SIHEventHandler.m

Overview

It provides the event handler instances.

– doesEventsRegistered

Check whether Application is registered for any of Events.

- (bool)doesEventsRegistered

Return Value

true/false.

Discussion

Check whether Application is registered for any of Events.

Declared In

SIHEventHandler.h

– addEvent:

Add Application Event Notifier.

- (void)addEvent:(NSString *)event

Parameters

event

Event

Discussion

Add Application Event Notifier.

Declared In

SIHEventHandler.h

– getEvents

Get All Event Notifiers Registered By Application.

- (NSEnumerator *)getEvents

Return Value

All Events.

Discussion

Get All Event Notifiers Registered By Application.

Declared In

SIHEventHandler.h

– getSiminovEvent

Get ISiminov Event Notifier Defined By Application.

- (id<SICISiminovEvents>)getSiminovEvent

Return Value

ISiminov Event Notifier.

Discussion

Get ISiminov Event Notifier Defined By Application.

Declared In

SIHEventHandler.h

– getDatabaseEvents

Get IDatabase Event Notifier Registered By Application.

- (id<SICIDatabaseEvents>)getDatabaseEvents

Return Value

IDatabseEvent Notifier.

Discussion

Get IDatabase Event Notifier Registered By Application.

Declared In

SIHEventHandler.h

– getNotificationEvent

Get INotificationEvents Registered by the application

- (id<SIKINotificationEvents>)getNotificationEvent

Return Value

INotificationEvents Handler

Discussion

Get INotificationEvents Registered by the application

Declared In

SIHEventHandler.h

– getSyncEvent

Get ISyncEvents Handler Registered by the application

- (id<SIKISyncEvents>)getSyncEvent

Return Value

ISyncEvents Handler

Discussion

Get ISyncEvents Handler Registered by the application

Declared In

SIHEventHandler.h