| Package | Description |
|---|---|
| org.glassfish.config.support |
| Modifier and Type | Method and Description |
|---|---|
TypedChangeEvent.Type |
TypedChangeEvent.getType() |
static TypedChangeEvent.Type |
TypedChangeEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypedChangeEvent.Type[] |
TypedChangeEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TypedChangeEvent(Object source,
String propertyName,
Object oldValue,
Object newValue,
TypedChangeEvent.Type type) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.