Package com.vaadin.ui.declarative
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 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
-
-