Class EnvironmentChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.cloud.context.environment.EnvironmentChangeEvent
-
- All Implemented Interfaces:
Serializable
public class EnvironmentChangeEvent extends org.springframework.context.ApplicationEventEvent published to signal a change in theEnvironment.- Author:
- Dave Syer
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description EnvironmentChangeEvent(Object context, Set<String> keys)EnvironmentChangeEvent(Set<String> keys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getKeys()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-