org.jivesoftware.smackx.pubsub
Class ConfigurationEvent
java.lang.Object
   org.jivesoftware.smackx.pubsub.NodeExtension
org.jivesoftware.smackx.pubsub.NodeExtension
       org.jivesoftware.smackx.pubsub.ConfigurationEvent
org.jivesoftware.smackx.pubsub.ConfigurationEvent
- All Implemented Interfaces: 
- PacketExtension, EmbeddedPacketExtension
- public class ConfigurationEvent 
- extends NodeExtension- implements EmbeddedPacketExtension
Represents the configuration element of a pubsub message event which 
 associates a configuration form to the node which was configured.  The form 
 contains the current node configuration.
- Author:
- Robin Collier
 
 
 
 
 
ConfigurationEvent
public ConfigurationEvent(String nodeId)
ConfigurationEvent
public ConfigurationEvent(String nodeId,
                          ConfigureForm configForm)
getConfiguration
public ConfigureForm getConfiguration()
- 
 
- 
 
getExtensions
public List<PacketExtension> getExtensions()
- Description copied from interface: EmbeddedPacketExtension
- Get the list of embedded PacketExtensionobjects.
 
- 
- Specified by:
- getExtensionsin interface- EmbeddedPacketExtension
 
- 
- Returns:
- List of embedded PacketExtension
 
Copyright © 2003-2007 Jive Software.