Interface NodeConfigListener
public interface NodeConfigListener
Defines the listener for a node being configured.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled whenever the node the listener is registered with is configured.
-
Method Details
-
handleNodeConfiguration
Called whenever the node the listener is registered with is configured.- Parameters:
config- The configuration details.
-