Interface DataModelListener

All Superinterfaces:
EventListener

public interface DataModelListener extends EventListener

DataModelListener represents an event listener that wishes to be notified of DataModelEvents occurring on a particular DataModel instance.

  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Notification that a particular row index, with the associated row data, has been selected for processing.
  • Method Details Link icon

    • rowSelected Link icon

      void rowSelected(DataModelEvent event)

      Notification that a particular row index, with the associated row data, has been selected for processing.

      Parameters:
      event - The DataModelEvent we are processing