Namespace DcGeneral\Event
| AbstractCommandEvent | This class is the base foundation for a command event. |
| AbstractContainerAwareEvent | Abstract base class for container aware events. |
| AbstractEnvironmentAwareEvent | Abstract base class for environment aware events |
| AbstractModelAwareEvent | Abstract base class for an event that need an environment and a model. |
| AbstractModelCommandEvent | Abstract base class for a command event referencing a model. |
| AbstractViewAwareEvent | Abstract event class referencing an environment and a view. |
| EventPropagator | The generic event propagator implementation. |
| PostCreateModelEvent | This event is emitted after a model has been created. |
| PostDeleteModelEvent | This event is emitted after a model has been deleted. |
| PostDuplicateModelEvent | This event is emitted after a model has been duplicated. |
| PostPasteModelEvent | This event is emitted after a model has been pasted. |
| PostPersistModelEvent | This event is emitted after a model has been saved to the data provider. |
| PreCreateModelEvent | This event is emitted before a model is created. |
| PreDeleteModelEvent | This event is emitted just before a model is deleted. |
| PreDuplicateModelEvent | This event is emitted just before a model is duplicated. |
| PrePasteModelEvent | This event is emitted just before a model is pasted. |
| PrePersistModelEvent | This event is emitted just before a model is saved to the data provider. |
| CommandEventInterface | This interface describes an event referencing an environment and a command. |
| EventPropagatorInterface | Generic event propagator. |
| ModelCommandEventInterface | This interface describes a command event that references a model. |