public static class ConfigSharingService.ConfigChangeEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType |
Constructor and Description |
---|
ConfigChangeEvent(ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType eventType,
String name,
Object oldValue,
Object newValue) |
Modifier and Type | Method and Description |
---|---|
ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType |
getEventType() |
String |
getName() |
Object |
getNewValue() |
Object |
getOldValue() |
public ConfigChangeEvent(ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType eventType, String name, Object oldValue, Object newValue)
public ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType getEventType()
public String getName()
public Object getOldValue()
public Object getNewValue()
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.