Interface GTrableCellClickedListener


public interface GTrableCellClickedListener
Listener for GTrable cell clicked
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cellClicked(int row, int column, MouseEvent event)
    Notification the a GTrable cell was clicked.
  • Method Details

    • cellClicked

      void cellClicked(int row, int column, MouseEvent event)
      Notification the a GTrable cell was clicked.
      Parameters:
      row - the row index of the cell that was clicked
      column - the column index of the cell that was clicked
      event - the mouse event of the click