Domain Event Classes
Domain events are broadcast through the EventBusService whenever the framework interacts with the domain object members.
They allow subscribers to change either veto the interaction, or to trigger other operations as a result of the interaction.
API | Event class defined by | Published when |
---|---|---|
|
n/a - superclass of the other domain events. |
|
interact with (hide, disable, validate, pre-execute, post-execute) an object’s action. |
||
hide an object’s collection. |
||
interact with (hide, disable, validate, pre-edit, post-edit) an object’s property. |