| ContentTypeNodeCreatedHandler |
Sample event handler to demonstrate reacting to the creation of a cm:content node in the repository.
|
| ContentUpdatedHandler |
Sample event handler to demonstrate reacting to the update of a content in the repository.
|
| FolderDeletedHandler |
Sample event handler to demonstrate reacting to the deletion of a folder node in the repository.
|
| HtmlContentCreatedHandler |
Sample event handler to demonstrate reacting to the creation of an HTML content in the repository.
|
| MultipleEventTypeHandler |
Sample event handler to demonstrate reacting to more than one event type.
|
| NodeMovedHandler |
Sample event handler to demonstrate reacting to the movement of a node in the repository.
|
| TitleModifiedHandler |
Sample event handler to demonstrate reacting to the update of the title of a node in the repository.
|