Interface InitReferenceMethod


public interface InitReferenceMethod
Callback for initializing the reference (field references)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    init(Object componentInstance, ComponentLogger logger)
    Initialize the reference.
  • Method Details

    • init

      boolean init(Object componentInstance, ComponentLogger logger)
      Initialize the reference. This is usually setting the value of a field.
      Parameters:
      componentInstance - The component instance
      logger - The logger
      Returns:
      true if initialization succeeded