Uses of Interface
org.jivesoftware.smackx.pubsub.listener.ItemDeleteListener
-
Packages that use ItemDeleteListener Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of ItemDeleteListener in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub with type parameters of type ItemDeleteListener Modifier and Type Field Description protected ConcurrentHashMap<ItemDeleteListener,StanzaListener>
Node. itemDeleteToListenerMap
Methods in org.jivesoftware.smackx.pubsub with parameters of type ItemDeleteListener Modifier and Type Method Description void
Node. addItemDeleteListener(ItemDeleteListener listener)
Register an listener for item delete events.void
Node. removeItemDeleteListener(ItemDeleteListener listener)
Unregister a listener for item delete events.Constructors in org.jivesoftware.smackx.pubsub with parameters of type ItemDeleteListener Constructor Description ItemDeleteTranslator(ItemDeleteListener eventListener)
-