|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of instances that are created by this factorypublic interface IFactory<T>
Interface for factories of class instances.
Method Summary | |
---|---|
T |
create()
Create an instance of the type that is managed by this factory. |
void |
destroy(T obj)
Destroy a given instance by freeing all resources that are contained. |
Method Detail |
---|
T create()
void destroy(T obj)
obj
- the instance to destroy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |