BREW interfaces – how they work, and how to use them
Tuesday, May 1st, 2007BREW makes heavy use of an interface framework derived from COM. It’s very useful to understand the internals of how it works, especially if you want to extend any of the built in classes. In this series of articles, I will discuss
- Part 1. The internals of a BREW interface.
- Part 2. How to implement a simple new interface.
- Part 3 (not published yet). How to publish your new interface as an extension.