com.vaadin.ui.declarative
Interface DesignContext.ComponentCreationListener

All Superinterfaces:
java.io.Serializable
Enclosing class:
DesignContext

public static interface DesignContext.ComponentCreationListener
extends java.io.Serializable

Interface to be implemented by component creation listeners

Author:
Vaadin Ltd

Method Summary
 void componentCreated(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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.