Interface InitReferenceMethod
public interface InitReferenceMethod
Callback for initializing the reference (field references)
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninit(Object componentInstance, ComponentLogger logger) Initialize the reference.
-
Method Details
-
init
Initialize the reference. This is usually setting the value of a field.- Parameters:
componentInstance- The component instancelogger- The logger- Returns:
trueif initialization succeeded
-