Interface ItemEventListener<T extends Item>
public interface ItemEventListener<T extends Item>
Defines the listener for items being published to a node.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handlePublishedItems
(ItemPublishEvent<T> items) Called whenever an item is published to the node the listener is registered with.
-
Method Details
-
handlePublishedItems
Called whenever an item is published to the node the listener is registered with.- Parameters:
items
- The publishing details.
-