Uses of Class
org.jivesoftware.smackx.pubsub.NodeEvent
-
Packages that use NodeEvent Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of NodeEvent in org.jivesoftware.smackx.pubsub
Subclasses of NodeEvent in org.jivesoftware.smackx.pubsub Modifier and Type Class Description class
ItemDeleteEvent
Represents an event in which items have been deleted from the node.class
ItemPublishEvent<T extends Item>
Represents an event generated by an item(s) being published to a node.class
SubscriptionEvent
Base class to represents events that are associated to subscriptions.
-