Class FeatureStateChangedEvent

  • All Implemented Interfaces:
    Serializable

    public class FeatureStateChangedEvent
    extends org.springframework.context.ApplicationEvent
    An ApplicationEvent that is published whenever a FeatureState is changed
    Author:
    Igor Khudoshin
    See Also:
    Serialized Form
    • Constructor Detail

      • FeatureStateChangedEvent

        public FeatureStateChangedEvent​(FeatureState previousFeatureState,
                                        FeatureState featureState)
    • Method Detail

      • getPreviousFeatureState

        public FeatureState getPreviousFeatureState()