We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.event.
Interface MouseEvents
public interface MouseEvents
Interface that serves as a wrapper for mouse related events.
Since:
6.2
Version:
6.8.18
Author:
Vaadin Ltd.
See Also:
Nested Class Summary | |
---|---|
static class |
MouseEvents.ClickEvent
Class for holding information about a mouse click event. |
static interface |
MouseEvents.ClickListener
Interface for listening for a MouseEvents.ClickEvent fired by a
Component . |
static class |
MouseEvents.DoubleClickEvent
Class for holding additional event information for DoubleClick events. |
static interface |
MouseEvents.DoubleClickListener
Interface for listening for a MouseEvents.DoubleClickEvent fired by a
Component . |