Interface ITranslationStudioComponent

All Known Subinterfaces:
IServiceModule
All Known Implementing Classes:
TranslationStudioModule

public interface ITranslationStudioComponent
Author:
I-D Media AG
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Get the Component's name
    void
    Before first run
    void
    This is the main action of the module
  • Method Details

    • getComponentName

      @NotNull @NotNull String getComponentName()
      Get the Component's name
      Returns:
    • onEachStep

      void onEachStep()
      This is the main action of the module
    • onBeforeFirstRun

      void onBeforeFirstRun()
      Before first run