Interface Action.Listener

All Superinterfaces:
Serializable
All Known Implementing Classes:
FocusShortcut, ShortcutListener
Enclosing class:
Action
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public static interface Action.Listener extends Serializable
Deprecated.
Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleAction(Object sender, Object target)
    Deprecated.
  • Method Details

    • handleAction

      @Deprecated void handleAction(Object sender, Object target)
      Deprecated.
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Parameters:
      sender - sender
      target - target