Class ItemDeleteEvent


public class ItemDeleteEvent extends SubscriptionEvent
Represents an event in which items have been deleted from the node.
  • Constructor Details

    • 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(org.jxmpp.Jid).
      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.
  • Method Details