com.vaadin.event
Interface MouseEvents.DoubleClickListener
- All Superinterfaces:
- ConnectorEventListener, java.util.EventListener, java.io.Serializable
- Enclosing interface:
- MouseEvents
public static interface MouseEvents.DoubleClickListener
- extends ConnectorEventListener
Interface for listening for a MouseEvents.DoubleClickEvent fired by a
Component.
- Since:
- 6.2
- Author:
- Vaadin Ltd.
- See Also:
MouseEvents.DoubleClickEvent
doubleClickMethod
static final java.lang.reflect.Method doubleClickMethod
doubleClick
void doubleClick(MouseEvents.DoubleClickEvent event)
- Called when a
Component has been double clicked. A reference
to the component is given by Component.Event.getComponent().
- Parameters:
event - An event containing information about the double click.
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.