com.vaadin.ui
Interface ComponentContainer.ComponentAttachListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
Panel, Window
Enclosing interface:
ComponentContainer

public static interface ComponentContainer.ComponentAttachListener
extends Serializable

Component attach listener interface.


Method Summary
 void componentAttachedToContainer(ComponentContainer.ComponentAttachEvent event)
          A new component is attached to container.
 

Method Detail

componentAttachedToContainer

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

Parameters:
event - the component attach event.


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