Interface ListSubscriber

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 ListSubscriber
Event handler that gets notified for changes to collaboration lists. A listener can be registered using CollaborationList.subscribe(ListSubscriber).
Since:
3.1
Author:
Vaadin Ltd
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handles a list change event.
  • Method Details

    • onListChange

      void onListChange(ListChangeEvent event)
      Handles a list change event.
      Parameters:
      event - the list change event, not null