MCPModel


Inherits From:
NSObject
Declared In:
MCPModel.h


Class Description

No class description.


Method Types

Getting the shared instance :
+ getSharedModel
Life cycle : only registering and unregistering with the notification centre.
- init
- dealloc
Callback method for the NSClassDescriptionNeededForClassNotification.
- registerDescriptionForClass:


Class Methods

getSharedModel

+ (MCPModel *)getSharedModel

Instantiate the shared MCPModel (if not already done), and return it.


Instance Methods

dealloc

- (void)dealloc

Unregister to the notification centre.


init

- (id)init

Will just register the object for getting the NSClassDescriptionNeededForClassNotification notification.


registerDescriptionForClass:

- (void)registerDescriptionForClass:(NSNotification *)notification

Callback method for the NSClassDescriptionNeededForClassNotification.


Version 1.1 Copyright ©2004 by Serge Cohen. All Rights Reserved. Mon Aug 09 11:00:28 2004