Interface IConfiguredByLayoutListener

All Known Implementing Classes:
DefaultConfiguredByLayoutListener

public interface IConfiguredByLayoutListener
Interface that is invoked when an instance that is configured by a layout definition (see IConfiguredByLayout is initialized.

We recommend to extend your implementations from DefaultConfiguredByLayoutListener in order to stay compatible in case this interface might be extended.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when during the rendering phase the object is "touched" by the corresponding XML definition and configuration attributes have been passed.
  • Method Details

    • onInitializationByLayoutFinished

      void onInitializationByLayoutFinished()
      This method is called when during the rendering phase the object is "touched" by the corresponding XML definition and configuration attributes have been passed.