Factory


Object Hierarchy:

Object hierarchy for Factory

Description:

public abstract class Factory<G> : Object

Object which creates other objects

In order to acquire an instance of the type the factory creates you should use one of the acquire methods ( acquire, acquire_async, and acquire_background). The create methods exist to be overridden in order to properly integrate with subclasses and should not be called directly except from within acquire implementations.

All known sub-classes:
 

Namespace: Bump
Package: bump-0.1

Content:

Properties:

Creation methods:

Methods: