| Package | Description |
|---|---|
| net.thevpc.common.props | |
| net.thevpc.common.props.impl |
| Modifier and Type | Method and Description |
|---|---|
PropertyUpdate |
PropertyEvent.eventType() |
static PropertyUpdate |
PropertyUpdate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyUpdate[] |
PropertyUpdate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PropertyEvent(Property property,
Object index,
Object oldValue,
Object newValue,
Path path,
PropertyUpdate eventType,
boolean immediate) |
PropertyEvent(Property property,
Object index,
Object oldValue,
Object newValue,
Path path,
PropertyUpdate eventType,
String changeId,
boolean immediate) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyVetosImpl.firePropertyUpdated(Object old,
Object v,
Object index,
PropertyUpdate action) |
Copyright © 2022 vpc open source initiative. All rights reserved.