public interface ObservationReporter
ResourceProvider must use an observation reporter
to report changes to resources. The resource provider gets
an instance of this reporter through the ProviderContext.| Modifier and Type | Method and Description |
|---|---|
java.util.List<ObserverConfiguration> |
getObserverConfigurations()
Get the list of observer configurations affecting the provider this
reporter is bound to.
|
void |
reportChanges(java.lang.Iterable<ResourceChange> changes,
boolean distribute)
A resource provider can inform about a list of changes.
|
java.util.List<ObserverConfiguration> getObserverConfigurations()
void reportChanges(java.lang.Iterable<ResourceChange> changes, boolean distribute)
changes - The list of changes.distribute - Whether the changes should be distributed to other instances."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"