com.vaadin.ui.

Interface MenuBar.Command

  • All Superinterfaces:

    Serializable

    Enclosing class:

    MenuBar

    Functional Interface:

    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    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.