Package de.extio.spacecraft.shared.bo
Interface EntityModSupportFactory
-
public interface EntityModSupportFactory
Factory to create a new EntityModSupport handler You can access the corresponding bean implementation via EngineFacade::getBusinessObject / ServerFacade::getBusinessObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends AbstractEntityMod>
EntityModSupport<T>create(Class<T> clazz)
-
-
-
Method Detail
-
create
<T extends AbstractEntityMod> EntityModSupport<T> create(Class<T> clazz)
-
-