Listener for custom JTable

I need to know when a user clicks in a certain column in a JTable. This column displays checkboxes. How do i implement a listener for this and where do i put it? I've tried implementing actionlistener with an editor class, but the event never fires.
[257 byte] By [karmal8513a] at [2007-10-2 16:09:58]
# 1
In the future, Swing related questions should be posted in the Swing forum.You need to add a TableModelListener to the TableModel. It will notify you when the value of a cell is changed.
camickra at 2007-7-13 16:53:26 > top of Java-index,Java Essentials,Java Programming...