Interface Action.Listener

  • All Superinterfaces:
    java.io.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 java.io.Serializable
    Deprecated.
    Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
    • Method Detail

      • handleAction

        @Deprecated
        void handleAction​(java.lang.Object sender,
                          java.lang.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