com.vaadin.event
Interface LayoutEvents.LayoutClickListener

All Superinterfaces:
ComponentEventListener, EventListener, Serializable
Enclosing interface:
LayoutEvents

public static interface LayoutEvents.LayoutClickListener
extends ComponentEventListener


Field Summary
static Method clickMethod
           
 
Method Summary
 void layoutClick(LayoutEvents.LayoutClickEvent event)
          Layout has been clicked
 

Field Detail

clickMethod

static final Method clickMethod
Method Detail

layoutClick

void layoutClick(LayoutEvents.LayoutClickEvent event)
Layout has been clicked

Parameters:
event - Component click event.


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