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

TableCellMouseListener

public interface TableCellMouseListener
A listener that triggers on various mouse events (see {@link org.gudy.azureus2.plugins.ui.tables.TableCellMouseEvent}) that occur on a TableCell, excluding mouse move events.
see
TableCell#addMouseListener(TableCellMouseListener)
see
TableColumn#addCellMouseListener(TableCellMouseListener)
author
TuxPaper
created
Jan 10, 2006
since
2.3.0.7

Fields Summary
Constructors Summary
Methods Summary
public voidcellMouseTrigger(TableCellMouseEvent event)
triggered when a mouse event for the TableCell occurs, excluding mouse move.

param
event Mouse event information
since
2.3.0.7