Event repository manager  1.0
Core component to store events
/Users/makara/Documents/Backup/WFS/codebase/EventRepository/EventRepos/EventRepos/EventKeys.h
00001 //
00002 //  EventKeys.h
00003 //  EventRepos
00004 //
00005 //  Created by Makara Khloth on 9/21/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 #import "FxEventEnums.h"
00011 
00012 @interface EventKeys : NSObject {
00013 @private
00014         NSMutableDictionary*    mEventIdDictionary;
00015 }
00016 
00017 - (void) put: (FxEventType) aEventType withEventIdArray: (NSArray*) aEventIdArray;
00018 - (NSArray*) eventTypeArray;
00019 - (NSArray*) eventIdArray: (FxEventType) aEventType;
00020 
00021 @end
 All Classes Functions