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 Detail

      • onListChange

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