com.vaadin.ui
Interface HasComponents.ComponentAttachListener

All Superinterfaces:
java.io.Serializable
Enclosing interface:
HasComponents

public static interface HasComponents.ComponentAttachListener
extends java.io.Serializable

Component attach listener interface.


Field Summary
static java.lang.reflect.Method attachMethod
           
 
Method Summary
 void componentAttachedToContainer(HasComponents.ComponentAttachEvent event)
          A new component is attached to container.
 

Field Detail

attachMethod

static final java.lang.reflect.Method attachMethod
Method Detail

componentAttachedToContainer

void componentAttachedToContainer(HasComponents.ComponentAttachEvent event)
A new component is attached to container.

Parameters:
event - the component attach event.


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