TableCellMouseListenerpublic 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. |
Methods Summary |
---|
public void | cellMouseTrigger(TableCellMouseEvent event)triggered when a mouse event for the TableCell occurs, excluding
mouse move.
|
|