- A policy can just implement one or more on${Something happens} interfaces
- If the specifc on${Something happens} event occurs then the policy becomes applied
If you then tink about it in more detail, you will see that it is not that simple. The reason is that in fact one event could cause a complete chain of events. Let's look at the copy event:
- on copy
- on create
- on add aspect
- on update properties
Let's look at some code:
...
No comments:
Post a Comment