public interface EventRemoveHandler
| Modifier and Type | Method and Description |
|---|---|
void |
afterRemove(CollectionItem parent,
Set<Item> items)
Intercepter executed after removing an item from a collection.
|
void |
beforeRemove(CollectionItem parent,
Set<Item> items)
Intercepter executed before removing an item from a collection.
|
void beforeRemove(CollectionItem parent, Set<Item> items)
parent - CollectionItemitems - Setvoid afterRemove(CollectionItem parent, Set<Item> items)
parent - CollectionItemitems - SetCopyright © 2012–2018 1&1. All rights reserved.