FileDocCategorySizeDatePackage
TableCellMouseMoveListener.javaAPI DocAzureus 3.0.3.41359Wed Jun 27 14:10:24 BST 2007org.gudy.azureus2.plugins.ui.tables

TableCellMouseMoveListener

public interface TableCellMouseMoveListener implements TableCellMouseListener
A listener that triggers on mouse move events (see {@link org.gudy.azureus2.plugins.ui.tables.TableCellMouseEvent}) that occur on a TableCell.
see
TableCell#addMouseListener(TableCellMouseMoveListener)
see
TableColumn#addCellMouseListener(TableCellMouseMoveListener)
author
TuxPaper
since
3.0.1.7

Fields Summary
Constructors Summary
Methods Summary