def mouseDown_(self, event):
     NotificationCenter().post_notification("BlinkTableViewSelectionChaged",
                                            sender=self)
     NSTableView.mouseDown_(self, event)
 def mouseDown_(self, event):
     NotificationCenter().post_notification("BlinkTableViewSelectionChaged", sender=self)
     NSTableView.mouseDown_(self, event)