Package com.day.cq.replication
Interface ConfigManager.ConfigEvent
- 
- Enclosing interface:
 - ConfigManager
 
public static interface ConfigManager.ConfigEventInterface for configuration event 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigManager.ConfigEvent.TypeThe event type 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Returns the id of the configuration that changedConfigManager.ConfigEvent.TypegetType()Returns the event type 
 - 
 
- 
- 
Method Detail
- 
getType
ConfigManager.ConfigEvent.Type getType()
Returns the event type- Returns:
 - the type
 
 
- 
getId
java.lang.String getId()
Returns the id of the configuration that changed- Returns:
 - the id.
 
 
 - 
 
 -