public interface ItemEventListener<T extends Item>
| Modifier and Type | Method and Description |
|---|---|
void |
handlePublishedItems(ItemPublishEvent<T> items)
Called whenever an item is published to the node the listener
is registered with.
|
void handlePublishedItems(ItemPublishEvent<T> items)
items - The publishing details.