public class ElasticConfigEvent extends org.onosproject.event.AbstractEvent<ElasticConfigEvent.Type,ConfigNodePath>
| Modifier and Type | Class and Description |
|---|---|
static class |
ElasticConfigEvent.Type
Type of configuration events.
|
| Constructor and Description |
|---|
ElasticConfigEvent(ElasticConfigEvent.Type type,
ConfigNodePath path,
ConfigNode value)
Creates an event of a given type, config node value and config node path.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigNode |
value()
Returns the config node value.
|
public ElasticConfigEvent(ElasticConfigEvent.Type type, ConfigNodePath path, ConfigNode value)
type - config node typepath - config node pathvalue - config node valuepublic ConfigNode value()