public class FeatureStateChangedEvent
extends org.springframework.context.ApplicationEvent
ApplicationEvent that is published whenever a FeatureState is changedsource| Constructor and Description |
|---|
FeatureStateChangedEvent(FeatureState previousFeatureState,
FeatureState featureState) |
| Modifier and Type | Method and Description |
|---|---|
FeatureState |
getFeatureState() |
FeatureState |
getPreviousFeatureState() |
getSource, toStringpublic FeatureStateChangedEvent(FeatureState previousFeatureState, FeatureState featureState)
public FeatureState getPreviousFeatureState()
public FeatureState getFeatureState()
Copyright © 2022. All rights reserved.