Class MouseEvents.DoubleClickEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    MouseEvents

    public static class MouseEvents.DoubleClickEvent
    extends Component.Event
    Class for holding additional event information for DoubleClick events. Fired when the user double-clicks on a Component.
    Since:
    6.2
    Author:
    Vaadin Ltd.
    See Also:
    MouseEvents.ClickEvent, Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DoubleClickEvent

        public DoubleClickEvent​(Component source)