Class ViewReadyListenerAdapter<V extends View<?>>

java.lang.Object
io.jmix.tabbedmode.builder.ViewReadyListenerAdapter<V>
All Implemented Interfaces:
com.vaadin.flow.component.ComponentEventListener<View.ReadyEvent>, Serializable, EventListener

public class ViewReadyListenerAdapter<V extends View<?>> extends Object implements com.vaadin.flow.component.ComponentEventListener<View.ReadyEvent>
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • onComponentEvent

      public void onComponentEvent(View.ReadyEvent event)
      Specified by:
      onComponentEvent in interface com.vaadin.flow.component.ComponentEventListener<V extends View<?>>