Smack

org.jivesoftware.smackx.pubsub.listener
Interface NodeConfigListener


public interface NodeConfigListener

Defines the listener for a node being configured.

Author:
Robin Collier
See Also:
Node.addConfigurationListener(NodeConfigListener)

Method Summary
 void handleNodeConfiguration(ConfigurationEvent config)
          Called whenever the node the listener is registered with is configured.
 

Method Detail

handleNodeConfiguration

void handleNodeConfiguration(ConfigurationEvent config)
Called whenever the node the listener is registered with is configured.

Parameters:
config - The configuration details.

Smack

Copyright © 2003-2007 Jive Software.