Uses of Interface
org.jivesoftware.smackx.pubsub.listener.ItemEventListener
-
Packages that use ItemEventListener Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of ItemEventListener in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub with type parameters of type ItemEventListener Modifier and Type Field Description protected ConcurrentHashMap<ItemEventListener<Item>,StanzaListener>
Node. itemEventToListenerMap
Methods in org.jivesoftware.smackx.pubsub with parameters of type ItemEventListener Modifier and Type Method Description void
Node. addItemEventListener(ItemEventListener listener)
Register a listener for item publication events.void
Node. removeItemEventListener(ItemEventListener listener)
Unregister a listener for publication events.Constructors in org.jivesoftware.smackx.pubsub with parameters of type ItemEventListener Constructor Description ItemEventTranslator(ItemEventListener eventListener)
-