Package com.vaadin.event
Interface MouseEvents
-
public interface MouseEvents
Interface that serves as a wrapper for mouse related events.- Since:
- 6.2
- Author:
- Vaadin Ltd.
- See Also:
MouseEvents.ClickListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MouseEvents.ClickEvent
Class for holding information about a mouse click event.static interface
MouseEvents.ClickListener
Interface for listening for aMouseEvents.ClickEvent
fired by aComponent
.static class
MouseEvents.DoubleClickEvent
Class for holding additional event information for DoubleClick events.static interface
MouseEvents.DoubleClickListener
Interface for listening for aMouseEvents.DoubleClickEvent
fired by aComponent
.
-