Uses of Class
org.jivesoftware.smackx.pubsub.ConfigurationEvent
-
Packages that use ConfigurationEvent Package Description org.jivesoftware.smackx.pubsub.listener Listeners for Publish-Subscribe (XEP-60) events.org.jivesoftware.smackx.pubsub.provider Providers for Publish-Subscribe (XEP-60). -
-
Uses of ConfigurationEvent in org.jivesoftware.smackx.pubsub.listener
Methods in org.jivesoftware.smackx.pubsub.listener with parameters of type ConfigurationEvent Modifier and Type Method Description void
NodeConfigListener. handleNodeConfiguration(ConfigurationEvent config)
Called whenever the node the listener is registered with is configured. -
Uses of ConfigurationEvent in org.jivesoftware.smackx.pubsub.provider
Methods in org.jivesoftware.smackx.pubsub.provider that return ConfigurationEvent Modifier and Type Method Description protected ConfigurationEvent
ConfigEventProvider. createReturnExtension(java.lang.String currentElement, java.lang.String currentNamespace, java.util.Map<java.lang.String,java.lang.String> attMap, java.util.List<? extends ExtensionElement> content)
-