Uses of Class
org.jivesoftware.smackx.pubsub.ItemPublishEvent
-
Packages that use ItemPublishEvent Package Description org.jivesoftware.smackx.pubsub.listener 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 ItemPublishEvent Modifier and Type Method Description void
ItemEventListener. handlePublishedItems(ItemPublishEvent<T> items)
Called whenever an item is published to the node the listener is registered with.
-