Interface IComponentOnAfterRenderListener

All Known Implementing Classes:
ComponentOnAfterRenderListenerCollection
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Listener that is called after component's Component.onAfterRender() method was invoked.
Author:
Matej Knopp
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called right after the component was rendered.
  • Method Details

    • onAfterRender

      void onAfterRender(Component component)
      Called right after the component was rendered.
      Parameters:
      component - the component that was just rendered