public class SubscribedServicesChangedEvent
extends org.springframework.context.ApplicationEvent
Event raised when the subscribed services are changed.
ApplicationEvent,
Serialized Formsource| Constructor and Description |
|---|
SubscribedServicesChangedEvent(Object source,
Set<String> oldSubscribedServices,
Set<String> newSubscribedServices)
Create a new ApplicationEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getNewSubscribedServices() |
Set<String> |
getOldSubscribedServices() |
boolean |
isChanged() |
getSource, toStringpublic SubscribedServicesChangedEvent(Object source, Set<String> oldSubscribedServices, Set<String> newSubscribedServices)
source - the object on which the event initially occurred (never null)oldSubscribedServices - the subscribed services before changednewSubscribedServices - the subscribed services after changedCopyright © 2021 Pivotal Software, Inc.. All rights reserved.