@FunctionalInterface public static interface DesignContext.ComponentCreationListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
componentCreated(DesignContext.ComponentCreatedEvent event)
Called when component has been created in the design context.
|
void componentCreated(DesignContext.ComponentCreatedEvent event)
event - the component creation event containing information on the
created componentCopyright © 2018 Vaadin Ltd. All rights reserved.