Interface MetadataChangeListener
-
- All Superinterfaces:
StorageProviderChangeListener
- All Known Implementing Classes:
CpuAllocationIrregularityProblemHandler,SevereCarrotExceptionProblemHandler
public interface MetadataChangeListener extends StorageProviderChangeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringlistenForChangesOfMetadataName()voidonChange(List<CarrotMetadata> metadataList)
-
-
-
Method Detail
-
listenForChangesOfMetadataName
String listenForChangesOfMetadataName()
-
onChange
void onChange(List<CarrotMetadata> metadataList)
-
-