Uses of Interface
org.jivesoftware.smackx.pubsub.listener.NodeConfigListener
-
Packages that use NodeConfigListener Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of NodeConfigListener in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub with type parameters of type NodeConfigListener Modifier and Type Field Description protected ConcurrentHashMap<NodeConfigListener,StanzaListener>Node. configEventToListenerMapMethods in org.jivesoftware.smackx.pubsub with parameters of type NodeConfigListener Modifier and Type Method Description voidNode. addConfigurationListener(NodeConfigListener listener)Register a listener for configuration events.voidNode. removeConfigurationListener(NodeConfigListener listener)Unregister a listener for configuration events.Constructors in org.jivesoftware.smackx.pubsub with parameters of type NodeConfigListener Constructor Description NodeConfigTranslator(NodeConfigListener eventListener)
-