Interface ListListener<E>

    • Method Detail

      • listModified

        void listModified​(ListEvent<E> listEvent)
        Called when a list is modified.
        Parameters:
        listEvent - The event indicating the source of the event and the list modifications.