de.jaret.util.ui.table.model
Interface ITableFocusListener


public interface ITableFocusListener

Interface for listeners listening to the focus move on a jaret table.

Version:
$Id: ITableFocusListener.java 179 2007-01-07 17:37:50Z olk $
Author:
Peter Kliem

Method Summary
 void tableFocusChanged(JaretTable source, IRow row, IColumn column)
          Focus has been moved or has been initially set.
 

Method Detail

tableFocusChanged

void tableFocusChanged(JaretTable source,
                       IRow row,
                       IColumn column)
Focus has been moved or has been initially set.

Parameters:
source - JaretTable that is the source for the event.
row - new focussed row.
column - new focussed column.


Copyright © 2012. All Rights Reserved.