Interface VaadinEventListener

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 interface VaadinEventListener
A listener of events emitted by any VaadinEventNotifier.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleEvent(com.vaadin.swingkit.core.VaadinSwingEvent event)
    Defines an action to be performed when an action event is emitted.
  • Method Details

    • handleEvent

      void handleEvent(com.vaadin.swingkit.core.VaadinSwingEvent event)
      Defines an action to be performed when an action event is emitted.
      Parameters:
      event - the event to be processed.