Interface InitializableViaCodeReference


public interface InitializableViaCodeReference
an object which is intended to be constructed via a CodeReference, and, moreso, after it is created, then the initialize method here gets called, passing the codeRefernce in - e.g., to do additional initalization of the object, e.g., properties in a QCodeReferenceWithProperties
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(QCodeReference codeReference)
     
  • Method Details