cz.cuni.amis.utils.objectmanager
Interface IObjectFactory<Producing>

Type Parameters:
Producing -

public interface IObjectFactory<Producing>

Simple factory interface for any kind of object.


Method Summary
 Producing newObject()
           
 

Method Detail

newObject

Producing newObject()