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