Uses of Enum Class
org.jvnet.hk2.config.Changed.TYPE
Packages that use Changed.TYPE
-
Uses of Changed.TYPE in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config that return Changed.TYPEModifier and TypeMethodDescriptionstatic Changed.TYPEReturns the enum constant of this class with the specified name.static Changed.TYPE[]Changed.TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jvnet.hk2.config with parameters of type Changed.TYPEModifier and TypeMethodDescription<T extends ConfigBeanProxy>
NotProcessedChanged.changed(Changed.TYPE type, Class<T> changedType, T changedInstance) Notification of a change on a configuration object