SIHEventHandler Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SIHEventHandler.h SIHEventHandler.m |
– doesEventsRegistered
Check whether Application is registered for any of Events.
- (bool)doesEventsRegisteredReturn 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 *)eventParameters
event |
Event |
|---|
Discussion
Add Application Event Notifier.
Declared In
SIHEventHandler.h
– getEvents
Get All Event Notifiers Registered By Application.
- (NSEnumerator *)getEventsReturn 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>)getSiminovEventReturn 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>)getDatabaseEventsReturn Value
IDatabseEvent Notifier.
Discussion
Get IDatabase Event Notifier Registered By Application.
Declared In
SIHEventHandler.h
– getNotificationEvent
Get INotificationEvents Registered by the application
- (id<SIKINotificationEvents>)getNotificationEventReturn Value
INotificationEvents Handler
Discussion
Get INotificationEvents Registered by the application
Declared In
SIHEventHandler.h
– getSyncEvent
Get ISyncEvents Handler Registered by the application
- (id<SIKISyncEvents>)getSyncEventReturn Value
ISyncEvents Handler
Discussion
Get ISyncEvents Handler Registered by the application
Declared In
SIHEventHandler.h