Package com.prineside.tdi2
Class Item.Factory.AbstractFactory<T extends Item>
java.lang.Object
com.prineside.tdi2.Item.Factory.AbstractFactory<T>
- All Implemented Interfaces:
Item.Factory<T>
- Enclosing interface:
- Item.Factory<T extends Item>
public abstract static class Item.Factory.AbstractFactory<T extends Item>
extends Object
implements Item.Factory<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.Item.Factory
Item.Factory.AbstractFactory<T extends Item>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.prineside.tdi2.Item.Factory
createDefault, fromJson
-
Constructor Details
-
AbstractFactory
public AbstractFactory()
-
-
Method Details
-
setup
public void setup()Description copied from interface:Item.Factory
Вызывается, когда объекты всех Managers созданы- Specified by:
setup
in interfaceItem.Factory<T extends Item>
-