IDBLUE logo
Public Member Functions
SessionHandlerCollection Class Reference
Inheritance diagram for SessionHandlerCollection:
ObjectCollection

Public Member Functions

(BOOL) - addSessionHandler:
(BOOL) - removeSessionHandler:
(int) - removeAllSessionhandlers
(BOOL) - hasSessionhandler:
(id< ISessionHandler >) - handlerAtIndex:

Detailed Description

A Collection of ISessionHandler objects


Member Function Documentation

- (BOOL) addSessionHandler: (id<ISessionHandler>)  handler

Adds an object that will receive session open / close notifications

Parameters:
handlerThe object implementing ISessionHandler to receive open / close notifications from the current IDBlueSession
- (BOOL) hasSessionhandler: (id<ISessionHandler>)  handler

Get whether the given ISessionHandler is contained in the list of handlers that are notified of session events (open, close, etc.).

Parameters:
handlerThe handler to check for
Returns:
TRUE if the handler is in the list of IDBLUeSessionDelegaets, FALSE otherwise.

Remove all session handlers

- (BOOL) removeSessionHandler: (id<ISessionHandler>)  handler

Remove the given ISessionHandler from the list of deelegaets that are notified of session events (open, close, etc.)

Parameters:
handlerThe ISessionHandler to add
Returns:
TRUE if the handler was removed, FALSE otherwise

The documentation for this class was generated from the following files:

 

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