net.israfil.foundation.lifecycle
Interface Producer<T>


@Copyright(years="2007",
           owner="Israfil Consulting Services Corporation",
           license="BSD")
public interface Producer<T>

An object that is a source (producer) of objects

Author:
Christian Edward Gruber

Method Summary
 T produce()
          Produces an item of type T upon request.
 

Method Detail

produce

T produce()
Produces an item of type T upon request.



Copyright © 2007-2008. All Rights Reserved.