Class ItemDeleteEvent

    • Constructor Detail

      • ItemDeleteEvent

        public ItemDeleteEvent​(String nodeId,
                               List<String> deletedItemIds,
                               List<String> subscriptionIds)
        Constructs an ItemDeleteEvent that indicates the supplied items (by id) have been deleted, and that the event matches the listed subscriptions. The subscriptions would have been created by calling Node.subscribe(String).
        Parameters:
        nodeId - The id of the node the event came from
        deletedItemIds - The item ids of the items that were deleted.
        subscriptionIds - The subscriptions that match the event.