Package | Description |
---|---|
org.jvnet.hk2.config |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<T extends ConfigBeanProxy> |
Changed.changed(Changed.TYPE type,
Class<T> changedType,
T changedInstance)
Notification of a change on a configuration object
|
Copyright © 2009–2016 Oracle Corporation. All rights reserved.