Package org.apache.unomi.api.services
Class ConfigSharingService.ConfigChangeEvent
- java.lang.Object
-
- org.apache.unomi.api.services.ConfigSharingService.ConfigChangeEvent
-
- Enclosing interface:
- ConfigSharingService
public static class ConfigSharingService.ConfigChangeEvent extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType
-
Constructor Summary
Constructors Constructor Description ConfigChangeEvent(ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType eventType, String name, Object oldValue, Object newValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType
getEventType()
String
getName()
Object
getNewValue()
Object
getOldValue()
-
-
-
Constructor Detail
-
ConfigChangeEvent
public ConfigChangeEvent(ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType eventType, String name, Object oldValue, Object newValue)
-
-
Method Detail
-
getEventType
public ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType getEventType()
-
getName
public String getName()
-
getOldValue
public Object getOldValue()
-
getNewValue
public Object getNewValue()
-
-