Interface VCalendar.MouseEventListener

  • Enclosing class:
    VCalendar

    public static interface VCalendar.MouseEventListener
    Listener interface for listening to mouse events.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void contextMenu​(com.google.gwt.event.dom.client.ContextMenuEvent event, com.google.gwt.user.client.ui.Widget widget)
      Triggered when a user wants an context menu.
    • Method Detail

      • contextMenu

        void contextMenu​(com.google.gwt.event.dom.client.ContextMenuEvent event,
                         com.google.gwt.user.client.ui.Widget widget)
        Triggered when a user wants an context menu.
        Parameters:
        event - The context menu event
        widget - The widget that the context menu should be added to