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.

    @FunctionalInterface
    public interface IComponentOnAfterRenderListener
    Listener that is called after component's Component.onAfterRender() method was invoked.
    Author:
    Matej Knopp
    • Method Detail

      • onAfterRender

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