Package org.jivesoftware.smackx.pubsub
Class ItemDeleteEvent
java.lang.Object
org.jivesoftware.smackx.pubsub.NodeEvent
org.jivesoftware.smackx.pubsub.SubscriptionEvent
org.jivesoftware.smackx.pubsub.ItemDeleteEvent
Represents an event in which items have been deleted from the node.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the item id's of the items that have been deleted.toString()
Methods inherited from class org.jivesoftware.smackx.pubsub.SubscriptionEvent
getSubscriptions, setSubscriptions
-
Constructor Details
-
ItemDeleteEvent
Constructs anItemDeleteEvent
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 callingNode.subscribe(org.jxmpp.Jid)
.- Parameters:
nodeId
- The id of the node the event came fromdeletedItemIds
- The item ids of the items that were deleted.subscriptionIds
- The subscriptions that match the event.
-
-
Method Details