| Interface | Description | |
|---|---|---|
| IBlogLinksDelegate | Delegate wrapper interface which provides three methods for accessing members of the MVC triad |
| Class | Description | |
|---|---|---|
| BlogLinksDelegate |
Delegate class instantiated by the application which serves as a wrapper class for the MVC triad
classes within the MVC triad are never referenced directly by the application, instead they must access them via the BlogLinksDelegate class. |