Interface SimuLizarExtensionFactory<ExtensionType extends SimuLizarExtension>
-
- Type Parameters:
ExtensionType
- The type of the extension.
- All Known Implementing Classes:
AbstractSimuLizarExtensionFactory
public interface SimuLizarExtensionFactory<ExtensionType extends SimuLizarExtension>
The entrypoint for extension to SimuLizar. To implement an extension using DI seeAbstractSimuLizarExtensionFactory
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionType
createExtension(SimuLizarCoreComponent simuLizarComponent)
-
-
-
Method Detail
-
createExtension
ExtensionType createExtension(SimuLizarCoreComponent simuLizarComponent)
-
-