Package com.day.cq.replication
Interface ConfigManager.ConfigEvent
-
- Enclosing interface:
- ConfigManager
public static interface ConfigManager.ConfigEvent
Interface for configuration event
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConfigManager.ConfigEvent.Type
The event type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
Returns the id of the configuration that changedConfigManager.ConfigEvent.Type
getType()
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.
-
-