SIHGenericService Class Reference
| Inherits from | SIKService |
|---|---|
| Declared in | SIHGenericService.h SIHGenericService.m |
– onStart
It handles generic service start event, and delivers the call to registered classes
- (void)onStartDiscussion
It handles generic service start event, and delivers the call to registered classes
Declared In
SIHGenericService.h
– onQueue
It handles generic service queue event, and delivers the call to registered classes
- (void)onQueueDiscussion
It handles generic service queue event, and delivers the call to registered classes
Declared In
SIHGenericService.h
– onPause
It handles generic service pause event, and delivers the call to registered classes
- (void)onPauseDiscussion
It handles generic service pause event, and delivers the call to registered classes
Declared In
SIHGenericService.h
– onResume
It handles generic service resume event, and delivers the call to registered classes
- (void)onResumeDiscussion
It handles generic service resume event, and delivers the call to registered classes
Declared In
SIHGenericService.h
– onFinish
It handles generic service finish event, and delivers the call to registered classes
- (void)onFinishDiscussion
It handles generic service finish event, and delivers the call to registered classes
Declared In
SIHGenericService.h
– onRequestInvoke:
It handles generic service request invoke event, and delivers the call to registered classes
- (void)onRequestInvoke:(id<SIKIConnectionRequest>)connectionRequestDiscussion
It handles generic service request invoke event, and delivers the call to registered classes
Declared In
SIHGenericService.h
– onRequestFinish:
It handles generic service request finish event, and delivers the call to registered classes
- (void)onRequestFinish:(id<SIKIConnectionResponse>)connectionResponseDiscussion
It handles generic service request finish event, and delivers the call to registered classes
Declared In
SIHGenericService.h
– onTerminate:
It handles generic service terminate event, and delivers the call to registered classes
- (void)onTerminate:(SIKServiceException *)serviceExceptionDiscussion
It handles generic service terminate event, and delivers the call to registered classes
Declared In
SIHGenericService.h