public class ComponentConfigEvent extends AbstractEvent<ComponentConfigEvent.Type,java.lang.String>
Modifier and Type | Class and Description |
---|---|
static class |
ComponentConfigEvent.Type |
Constructor and Description |
---|
ComponentConfigEvent(ComponentConfigEvent.Type type,
java.lang.String componentName,
java.lang.String name,
java.lang.String value)
Creates an event of a given type and for the specified app and the
current time.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name()
Returns the property name.
|
java.lang.String |
value()
Returns the property value as a string.
|
subject, time, toString, type
public ComponentConfigEvent(ComponentConfigEvent.Type type, java.lang.String componentName, java.lang.String name, java.lang.String value)
type
- config property event typecomponentName
- component name event subjectname
- config property namevalue
- config property value