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