Framework Overview

This page describes the building blocks of Delegate

Delegate Framework Structure

The Delegate framework is implemented as follows:

  • Delegate API defines the implementation you should follow when implementing custom attributes, rules, etc. This is only necessary to understand when you want to dive deep into how Delegate works and how it can be extended.

  • Delegate Core is the implementation of the Delegate API. It contains platform-agnostic command (pre-)processing and handling. All built-in functionality also resides here.

  • Finally there are platform-dependent implementation which allow for other built-in functionalities to exists for specific platforms. If you are using Delegate, make sure to choose the package that implements the platform you are developing for.

Last updated