1 package com.vaadin.tests.server.component.abstractorderedlayout;
\r
3 import com.vaadin.event.LayoutEvents.LayoutClickEvent;
\r
4 import com.vaadin.event.LayoutEvents.LayoutClickListener;
\r
5 import com.vaadin.tests.server.component.ListenerMethods;
\r
6 import com.vaadin.ui.VerticalLayout;
\r
8 public class TestAbstractOrderedLayoutListeners extends ListenerMethods {
\r
9 public void testLayoutClickListenerAddGetRemove() throws Exception {
\r
10 testListenerAddGetRemove(VerticalLayout.class, LayoutClickEvent.class,
\r
11 LayoutClickListener.class);
\r