Package com.vaadin.ui.declarative
Interface DesignContext.ComponentCreationListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- DesignContext
- 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 static interface DesignContext.ComponentCreationListener extends Serializable
Interface to be implemented by component creation listeners.- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomponentCreated(DesignContext.ComponentCreatedEvent event)Called when component has been created in the design context.
-
-
-
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
-
-