Re: Cocoa-Java delegate name?
Re: Cocoa-Java delegate name?
- Subject: Re: Cocoa-Java delegate name?
- From: Scott Ellsworth <email@hidden>
- Date: Mon, 16 Jun 2003 14:27:15 -0700
On Monday, June 16, 2003, at 02:02 PM, Scott Ellsworth wrote:
Anyone willing to tell me what the delegate method is called, and
perhaps more important, where I could have found the name in the docs?
Ok, I looked again, and found the docs where I expected.
My code thus looks like:
public class MyDocument extends NSDocument implements
NSTableView.DataSource {
public void tableViewDidClickTableColumn(NSTableView tableView,
NSTableColumn tableColumn){
System.out.println("tableViewDidClickTableColumn("+tableView+",
"+tableColumn+")");
}
[...]
}
I set up the connection in IB, and my tableViewDidClickTableColumn
method was still not being called.
I noted a message from back in December reporting that this method is
never called. Was there a bug filed, and was there a resolution?
Scott
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.