Cocoa --> Java Interfaces?
Cocoa --> Java Interfaces?
- Subject: Cocoa --> Java Interfaces?
- From: Brian Gilman <email@hidden>
- Date: Sat, 17 May 2003 19:01:11 -0400
Hello all,
I know this might seem like a dumb question but, I really need some
clarification on Cocoa @Protocol. Are these like Java interfaces?
How do I port the following code to Cocoa?
public interface IFooInterface extends Serializable{
public void setSomething(int something);
public int getSomething();
}
Thanks in advance and yes, I RTFM but, I'm not the brightest bulb in the
bunch.
Best,
-B
--
Brian Gilman <email@hidden>
Group Leader Medical & Population Genetics Dept.
MIT/Whitehead Inst. Center for Genome Research
One Kendall Square, Bldg. 300 / Cambridge, MA 02139-1561 USA
phone +1 617 252 1069 / fax +1 617 252 1902
_______________________________________________
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.