Interface DataFrameListener<R,​C>

  • Type Parameters:
    R - the type of row keys
    C - the type of column keys

    public interface DataFrameListener<R,​C>
    The listener interface for receiving "interesting" events about a selection.
    • Method Detail

      • dataFrameChanged

        void dataFrameChanged​(DataFrameEvent<R,​C> event)
        Called whenever the structure or the values of the data frame changes.
        Parameters:
        event - the event that characterizes the change.