Interface ComponentNameAware


  • public interface ComponentNameAware
    Indicates that the component needs to know what its component name is.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setComponentName​(java.lang.String componentName)
      This method will be called by the AIE server to supply a component name that this component can store and use.
    • Method Detail

      • setComponentName

        void setComponentName​(java.lang.String componentName)
        This method will be called by the AIE server to supply a component name that this component can store and use.