org.fishbolt.common.manager.ext
Interface ICreateManager<O extends IObject<?>>

Type Parameters:
O - Defines object to be created.
All Superinterfaces:
IManager<O>

public interface ICreateManager<O extends IObject<?>>
extends IManager<O>

Creates new object instances


Method Summary
 O create()
          Creates and instance of managed object
 

Method Detail

create

O create()
Creates and instance of managed object

Returns:
created object instance