org.gudy.azureus2.plugins.ui.tables
Interface TableCellMouseListener

All Known Subinterfaces:
TableCellMouseMoveListener

public interface TableCellMouseListener

A listener that triggers on various mouse events (see TableCellMouseEvent) that occur on a TableCell, excluding mouse move events.

Since:
2.3.0.7
Author:
TuxPaper
See Also:
TableCell.addMouseListener(TableCellMouseListener), TableColumn.addCellMouseListener(TableCellMouseListener)

Method Summary
 void cellMouseTrigger(TableCellMouseEvent event)
          triggered when a mouse event for the TableCell occurs, excluding mouse move.
 

Method Detail

cellMouseTrigger

void cellMouseTrigger(TableCellMouseEvent event)
triggered when a mouse event for the TableCell occurs, excluding mouse move.

Parameters:
event - Mouse event information
Since:
2.3.0.7