Package org.togglz.spring.repository
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.ApplicationEventAnApplicationEventthat is published whenever aFeatureStateis changed- Author:
- Igor Khudoshin
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description FeatureStateChangedEvent(FeatureState previousFeatureState, FeatureState featureState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureStategetFeatureState()FeatureStategetPreviousFeatureState()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
FeatureStateChangedEvent
public FeatureStateChangedEvent(FeatureState previousFeatureState, FeatureState featureState)
-
-
Method Detail
-
getPreviousFeatureState
public FeatureState getPreviousFeatureState()
-
getFeatureState
public FeatureState getFeatureState()
-
-