Interface NodeConfigListener


public interface NodeConfigListener
Defines the listener for a node being configured.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the node the listener is registered with is configured.
  • Method Details

    • handleNodeConfiguration

      void handleNodeConfiguration(ConfigurationEvent config)
      Called whenever the node the listener is registered with is configured.
      Parameters:
      config - The configuration details.