public class PropertySourcesLocatedEvent
extends org.springframework.context.ApplicationEvent
source
构造器和说明 |
---|
PropertySourcesLocatedEvent(Object source,
LinkedHashMap<String,Long> contextsToIndexes)
Create a new ApplicationEvent.
|
限定符和类型 | 方法和说明 |
---|---|
LinkedHashMap<String,Long> |
getContextsToIndexes() |
getSource, toString
public PropertySourcesLocatedEvent(Object source, LinkedHashMap<String,Long> contextsToIndexes)
source
- the object on which the event initially occurred (never
null
)public LinkedHashMap<String,Long> getContextsToIndexes()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.