Interface ListDataListener


  • public interface ListDataListener
    Defines the methods used to listener when the content of ListModel is changed.
    Author:
    tomyeh
    See Also:
    ListModel, ListDataEvent
    • Method Detail

      • onChange

        void onChange​(ListDataEvent event)
        Sent when the contents of the list has changed.