Interface IComponentOnBeforeRenderListener

  • All Known Implementing Classes:
    ComponentOnBeforeRenderListenerCollection
    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 IComponentOnBeforeRenderListener
    Listener that is called right after the component's Component.onBeforeRender() method was invoked.
    Author:
    Matej Knopp
    • Method Detail

      • onBeforeRender

        void onBeforeRender​(Component component)
        Called when the component is about to be rendered
        Parameters:
        component - the component that is about to be rendered