Interface ITranslationStudioComponent
- All Known Subinterfaces:
IServiceModule
- All Known Implementing Classes:
TranslationStudioModule
public interface ITranslationStudioComponent
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringGet the Component's namevoidBefore first runvoidThis is the main action of the module
-
Method Details
-
getComponentName
Get the Component's name- Returns:
-
onEachStep
void onEachStep()This is the main action of the module -
onBeforeFirstRun
void onBeforeFirstRun()Before first run
-