Interface IInitializeable


public interface IInitializeable
Component lifecycle feature. The component supports initialization.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initialize the components state.
  • Method Details

    • initialize

      void initialize()
      Initialize the components state.