Interface UIInitListener

  • All Superinterfaces:
    Serializable
    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 UIInitListener
    extends Serializable
    Event listener that can be registered for receiving an event when a UI is initialized.
    Since:
    1.0
    • Method Detail

      • uiInit

        void uiInit​(UIInitEvent event)
        Notifies when UI is initialized .
        Parameters:
        event - event for the initialization