Interface DesignContext.ComponentCreationListener

  • All Superinterfaces:
    Serializable
    Enclosing class:
    DesignContext

    public static interface DesignContext.ComponentCreationListener
    extends Serializable
    Interface to be implemented by component creation listeners
    Author:
    Vaadin Ltd
    • Method Detail

      • componentCreated

        void componentCreated​(DesignContext.ComponentCreatedEvent event)
        Called when component has been created in the design context
        Parameters:
        event - the component creation event containing information on the created component