You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.spreadsheet.framework.

Interface Action.Notifier

  • All Superinterfaces:

    Action.Container, Serializable

    Enclosing class:

    Action

    public static interface Action.Notifier
    extends Action.Container

    Action.Containers implementing this support an easier way of adding single Actions than the more involved Action.Handler. The added actions must be Action.Listeners, thus handling the action themselves.