public interface ItemEventListener<T extends Item>
Node.addItemEventListener(ItemEventListener)
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.Copyright © 2019. All rights reserved.