Uses of Class
org.jivesoftware.smackx.pubsub.EventElement
Packages that use EventElement
Package
Description
Smacks implementation XEP-0163: Personal Eventing Protocol.
Smack's API for XEP-0060: Publish-Subscribe.
Filters for Publish-Subscribe (XEP-60).
Providers for Publish-Subscribe (XEP-60).
- 
Uses of EventElement in org.jivesoftware.smackx.pep
Methods in org.jivesoftware.smackx.pep with parameters of type EventElementModifier and TypeMethodDescriptionvoidPepListener.eventReceived(EntityBareJid from, EventElement event, Message message) Called when PEP events are received as part of a presence subscribe or message filter. - 
Uses of EventElement in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return EventElement - 
Uses of EventElement in org.jivesoftware.smackx.pubsub.filter
Methods in org.jivesoftware.smackx.pubsub.filter with parameters of type EventElementModifier and TypeMethodDescriptionbooleanEventItemsExtensionFilter.accept(EventElement eventElement)  - 
Uses of EventElement in org.jivesoftware.smackx.pubsub.provider
Methods in org.jivesoftware.smackx.pubsub.provider that return EventElementModifier and TypeMethodDescriptionprotected EventElementEventProvider.createReturnExtension(String currentElement, String currentNamespace, Map<String, String> attMap, List<? extends XmlElement> content)