←Older revision | Revision as of 16:59, 12 April 2009 | ||
Line 9: | Line 9: | ||
Without creating own [[API]], you can only implement the Provider interface but there is no way to sneak it to others. Nobody (without a special contact with your code) can call the Provider interface, as there is no way to get a reference to it. As such the Provider (in context of its [[API]]) says only ''implement me, you have no chance to call me anyway''. | Without creating own [[API]], you can only implement the Provider interface but there is no way to sneak it to others. Nobody (without a special contact with your code) can call the Provider interface, as there is no way to get a reference to it. As such the Provider (in context of its [[API]]) says only ''implement me, you have no chance to call me anyway''. | ||
- | |||
- | |||
--[[User:JaroslavTulach|JaroslavTulach]] 04:51, 10 April 2009 (UTC) | --[[User:JaroslavTulach|JaroslavTulach]] 04:51, 10 April 2009 (UTC) | ||
+ | |||
+ | I have just created [[ImplementOnlyInterface]] page to cover this discussion. Feel free to tweak it a bit. | ||
+ | |||
+ | --[[User:JaroslavTulach|JaroslavTulach]] 16:59, 12 April 2009 (UTC) |