vlead / outreach-portal-3.0

The new outreach portal built froma specification
Other
0 stars 0 forks source link

System Delegates #25

Open travula opened 8 years ago

travula commented 8 years ago

Delegates to manipulate different kind of entities - either pure objects or persistent objects.

By implementing delegates, the implementation of system will not change, when an action has to be made on an entity, the particular delegate will be invoked to do the necessary operation.

travula commented 8 years ago

This is implemented as issues #22 and #23