Class MTChainFactory

Inherits from:
NSObject
Declared in:
../libmoltalk/MTChainFactory.oh

Class Hierarchy

    NSObject
      |
      +---MTChainFactory

Class Description

This factory can instantiate objects of the class MTChain. If you want to create subclasses of MTChain, implement a subclass of MTChainFactory and overwrite +newInstance. Then set it to be the new default factory class with +setDefaultChainFactory:.

Last modified:
16-May-2006 (../libmoltalk/MTChainFactory.oh)

Method Index

+(id)newChainWithCode:(char)code
creation
+(id)newInstance
internally used
+(void)setDefaultChainFactory:(Class)klass
control instantiation

Methods

+(id)newChainWithCode:(char)code

helper

+(id)newInstance

create instance of target class

+(void)setDefaultChainFactory:(Class)klass

set class which can instantiate target class


generated 07-Jun-2006 by ObjcDoc 3.0.0