Uses of Class
org.jvnet.hk2.config.Changed.TYPE

Packages that use Changed.TYPE
org.jvnet.hk2.config   
 

Uses of Changed.TYPE in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config that return Changed.TYPE
static Changed.TYPE Changed.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
<T extends ConfigBeanProxy>
NotProcessed
Changed.changed(Changed.TYPE type, Class<T> changedType, T changedInstance)
          Notification of a change on a configuration object
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.