Package com.vaadin.ui

Interface MenuBar.Command

  • All Superinterfaces:
    Serializable
    Enclosing class:
    MenuBar

    public static interface MenuBar.Command
    extends Serializable
    This interface contains the layer for menu commands of the MenuBar class. It's method will fire when the user clicks on the containing MenuBar.MenuItem. The selected item is given as an argument.