NSTableView sends a NSTableViewSelectionDidChangeNotification notification
when it's selection changes, you could have your window controller listen
for those notifications.
also, you could make your window controller the tableView's delegate and
implement the table view's tableViewSelectionDidChan
I have a window controller that provides a list of ports displayed in
a table view. The master-detail view I set up works fine, and I can
adjust attributes of individual ports as you would expect.
However, I want my window controller to have a "current port" property
that reflects the curre