public interface EventAddHandler
| Modifier and Type | Method and Description |
|---|---|
void |
afterAdd(CollectionItem parent,
Set<ContentItem> contentItems)
This method contains the code inserted after an event to be added.
|
void |
beforeAdd(CollectionItem parent,
Set<ContentItem> contentItems)
This method contains the code inserted before an event to be added.
|
void beforeAdd(CollectionItem parent, Set<ContentItem> contentItems)
parent - CollectionItemcontentItems - Setvoid afterAdd(CollectionItem parent, Set<ContentItem> contentItems)
parent - CollectionItemcontentItems - SetCopyright © 2012–2018 1&1. All rights reserved.