Uses of Class
org.jivesoftware.smackx.pubsub.ItemPublishEvent
Packages that use ItemPublishEvent
Package
Description
Listeners for Publish-Subscribe (XEP-60) events.
-
Uses of ItemPublishEvent in org.jivesoftware.smackx.pubsub.listener
Methods in org.jivesoftware.smackx.pubsub.listener with parameters of type ItemPublishEventModifier and TypeMethodDescriptionvoid
ItemEventListener.handlePublishedItems
(ItemPublishEvent<T> items) Called whenever an item is published to the node the listener is registered with.