Class FeatureStateChangedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.togglz.spring.repository.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:
  • Constructor Details

    • FeatureStateChangedEvent

      public FeatureStateChangedEvent(FeatureState previousFeatureState, FeatureState featureState)
  • Method Details

    • getPreviousFeatureState

      public FeatureState getPreviousFeatureState()
    • getFeatureState

      public FeatureState getFeatureState()