IDBLUE logo
SessionHandler.h
00001 
00002 // Copyright © 2013 Cathexis Innovations Inc. All rights reserved.
00003 
00004 #import <Foundation/Foundation.h>
00005 
00010 @protocol ISessionHandler <NSObject>
00011 
00015 -(void) onSessionOpened: (id) session;
00016 
00020 -(void) onSessionClosed: (id) session;
00021 
00022 @optional
00026 -(void) onSessionOpening: (id) session;
00027 
00031 -(void) onSessionOpenFailed: (id) session;
00032 
00037 -(void) onSessionClosing: (id) session;
00038 
00042 -(void) onSessionCloseFailed: (id) session;
00043 
00050 -(void) onIDBlueDeviceAdded: (id) device;
00051 
00058 -(void) onIDBlueDeviceRemoved: (id) device;
00059 @end

 

Generated on Mon Jan 19 2015 15:47:37
Copyright © 2015 Cathexis Innovations Inc. All Rights Reserved.