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.ApplicationEvent
An
ApplicationEvent that is published whenever a FeatureState is changed- Author:
- Igor Khudoshin
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionFeatureStateChangedEvent(FeatureState previousFeatureState, FeatureState featureState) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
FeatureStateChangedEvent
-
-
Method Details
-
getPreviousFeatureState
-
getFeatureState
-