Package com.vaadin.classic.v8.event
Interface MouseEvents
-
public interface MouseEventsLegacy version of MouseEvents interface that serves as a wrapper for mouse related events.- Author:
- Vaadin Ltd.
- See Also:
MouseEvents.ClickListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMouseEvents.ClickEventLegacy MouseEvent class for holding information about a mouse click event.static interfaceMouseEvents.ClickListenerInterface for listening for aMouseEvents.ClickEventfired by aComponent.static classMouseEvents.DoubleClickEventClass for holding additional event information for DoubleClick events.static interfaceMouseEvents.DoubleClickListenerLegacy interface for listening for aMouseEvents.DoubleClickEventfired by aComponent.
-