com.vaadin.event
Interface MouseEvents


public interface MouseEvents

Interface that serves as a wrapper for mouse related events.

Since:
6.2
Version:
7.0.0.alpha3
Author:
Vaadin Ltd.
See Also:
MouseEvents.ClickListener

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.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.